aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-09-22Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg2-133/+267
2015-09-22l1sap: Avoid compiler warnings regarding uninitialized nmsgHarald Welte1-2/+2
2015-09-22l1sap: Use {data,empty}_req_from_l1sap() and avoid code duplicationHarald Welte1-21/+4
2015-09-22Add TCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg6-156/+294
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 Eversberg9-57/+240
2015-09-22Relace bts_model_get_time() by get_time() at common partAndreas Eversberg6-14/+12
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 Eversberg3-38/+78
2015-09-22l1sap: additional comments explaining l1sap changes in l1_if.cHarald Welte1-0/+4
2015-09-22Add PDCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg3-81/+176
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 Eversberg2-7/+20
2015-09-22l1sap: sysmobts: remove obsolete get_lapdm_chan_by_hl2()Harald Welte1-13/+0
2015-09-22l1sap: correctly set chan_nr on PRIM_PH_RACH / INDICATIONHarald Welte1-0/+5
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 Eversberg2-65/+101
2015-09-22l1sap: Split ph_data_req() into smaller partsHarald Welte1-25/+47
2015-09-22Add BCCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg5-13/+310
2015-09-21audio/rsl: Honor the speech mode and don't send anythingHolger Hans Peter Freyther1-0/+8
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-08-21update README to bring it more in sync with reality.Harald Welte1-8/+5
2015-07-14meas: Do not send incomplete measurement reportsHolger Hans Peter Freyther1-8/+11
2015-03-28write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther2-9/+39
2015-03-25Add header file of PH-/MPH-/TCH-SAP interface to common part of osmo-btsAndreas Eversberg2-1/+72
2015-03-25sysmo-bts: Use correct boundaries of L1 msg when forwarding to L1 proxyAndreas Eversberg1-1/+1
2015-02-05power: Make it possible to force a power levelHolger Hans Peter Freyther2-0/+27
2015-02-05power/sysmobts: Add a manual ms power level controlHolger Hans Peter Freyther10-15/+201
2015-01-10sysmobts: Check mgr->calib.bts_conn for NULLHolger Hans Peter Freyther1-1/+1
2015-01-10misc: Fix up testcase after 5a03e129a633637d0a6b57b3b5aa6d6596b938feHolger Hans Peter Freyther1-1/+1
2015-01-10sysmobts: Improve some log messages for calib controlHolger Hans Peter Freyther1-2/+11
2015-01-09sysmobts: Create a calibration loop that will be runHolger Hans Peter Freyther2-21/+64
2015-01-09sysmobts: Start the calibration the first time the link is upHolger Hans Peter Freyther2-0/+13
2015-01-09sysmobts: Initial version to use libgps to determine FIX stateHolger Hans Peter Freyther4-4/+116
2015-01-09sysmobts: The correction for GPS is in the reverse directionHolger Hans Peter Freyther1-3/+18
2015-01-09sysmobts: Use the ctrl interface for calibrationHolger Hans Peter Freyther4-5/+261
2015-01-09sysmobts: Copy more of l1if_rf_clock_info_reset into the CTRL codeHolger Hans Peter Freyther1-0/+17
2015-01-09sysmobts: Begin with calib control from the sysmobts managerHolger Hans Peter Freyther5-2/+155
2015-01-09msg: Generalize the message structure testHolger Hans Peter Freyther1-8/+10
2015-01-06cbch: Speculative change to not change CHAN ACK for CBCHHolger Hans Peter Freyther1-1/+3
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 Welte9-7/+254
2014-12-30Initial CBCH supportHarald Welte9-5/+60