aboutsummaryrefslogtreecommitdiffstats
path: root/src/common
AgeCommit message (Expand)AuthorFilesLines
2015-09-22Get RSSI from received uplink data and send to PCUAndreas Eversberg1-0/+1
2015-09-22TRX: Implementation of MS power and timing advance loopsAndreas Eversberg1-0/+6
2015-09-22ABIS: Introduce bts_model_abis_close to indicate ABIS link failure.Andreas Eversberg2-1/+4
2015-09-22TRX: Introduce osmobts-trx, a layer 1 implementation for OpenBTS tranceiversAndreas Eversberg1-0/+6
2015-09-22Change to new structure of multirate at gsm_data_shared.hAndreas Eversberg2-16/+19
2015-09-22Fix: Call e1inp_vty_init() before reading config fileAndreas Eversberg1-1/+0
2015-09-22Fix: Process all TRX on GSM Time indication, not only C0Andreas Eversberg1-4/+5
2015-09-22Fix: Retrieve ARFCN (from OML) for TRX other than C0Andreas Eversberg1-0/+19
2015-09-22move MS power control handling from sysmobts to common partHarald Welte5-1/+118
2015-09-22Move detection of handover frames from sysmo-bts code to common codeAndreas Eversberg1-0/+4
2015-09-22Move gsmtap VTY commands from osmo-bts-sysmo to common partAndreas Eversberg1-2/+127
2015-09-22Send primitives at PH-/MPH-/TCH-SAP interface via GSMTAPAndreas Eversberg1-0/+167
2015-09-22sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg1-1/+0
2015-09-22Add MEAS (MPH_INFO) IND message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+32
2015-09-22l1sap: Port code to new ciphering handlingHarald Welte1-10/+35
2015-09-22sysmobts/l1_if: Sacch/Sdcc/Facch are handled in l1sap/coreHarald Welte1-1/+1
2015-09-22Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-2/+179
2015-09-22Add TCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-2/+152
2015-09-22l1sap: re-introduce a comment that was lost during l1sap mergeHarald Welte1-0/+2
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg4-17/+164
2015-09-22Relace bts_model_get_time() by get_time() at common partAndreas Eversberg2-1/+9
2015-09-22l1sap: Re-introduce more correct RACH slot countingHarald Welte1-4/+14
2015-09-22Add TIME (MPH_INFO) IND messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+50
2015-09-22Add PDCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-5/+92
2015-09-22l1sap: Add a warning about assuming BS_AG_BLKS_RES=1Harald Welte1-0/+1
2015-09-22Add PCH/AGCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+8
2015-09-22l1sap: RACH: Detect hand-over even on TRX0Harald Welte1-1/+1
2015-09-22l1sap: fix missing include file and resulting compiler warningHarald Welte1-0/+1
2015-09-22l1sap: fix coding styleHarald Welte1-2/+1
2015-09-22l1sap: Use L1SAP_IS_CHAN_RACH instead of magic number 0x88Harald Welte1-1/+1
2015-09-22Add RACH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+69
2015-09-22Add BCCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-1/+151
2015-09-21audio/rsl: Include statistics for one callHolger Hans Peter Freyther1-3/+37
2015-09-21audio/rsl: Include the connection identifier in the DLCX indHolger Hans Peter Freyther1-0/+1
2015-07-14meas: Do not send incomplete measurement reportsHolger Hans Peter Freyther1-8/+11
2015-02-05power: Make it possible to force a power levelHolger Hans Peter Freyther1-0/+23
2015-02-05power/sysmobts: Add a manual ms power level controlHolger Hans Peter Freyther3-1/+28
2015-01-09msg: Generalize the message structure testHolger Hans Peter Freyther1-8/+10
2014-12-30SMS-CB: Clean up + centralize generation of NULL blockHarald Welte1-11/+22
2014-12-30SMS-CB: Use GSM412_SEQ_NULL_MSG rather than 0xfHarald Welte1-1/+1
2014-12-30SMS-CB: use gsm412_block_type from libosmocoreHarald Welte1-9/+1
2014-12-30SMS-CB: Use GSM412_ #defines from libosmocore rather than our ownHarald Welte1-10/+8
2014-12-30CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte4-5/+230
2014-12-30Initial CBCH supportHarald Welte6-5/+38
2014-11-10bts: Start with the site manager being enabled and availableHolger Hans Peter Freyther1-0/+3
2014-11-10bts: Mark NSVC1 as offline. We do not expose a second NSVCHolger Hans Peter Freyther1-1/+1
2014-11-10bts: Fix typo in OML commentHolger Hans Peter Freyther1-1/+1
2014-11-10abis: Fix compiler warning and remove const from syntaxHolger Hans Peter Freyther1-2/+2
2014-08-27Correctly fill system information messages from BSCAndreas Eversberg1-2/+7
2014-08-25tx_power: Check actual TRX output power against intended valueHarald Welte1-0/+18