aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2015-09-22Get RSSI from received uplink data and send to PCUAndreas Eversberg1-1/+4
2015-09-22move MS power control handling from sysmobts to common partHarald Welte1-79/+1
2015-09-22Move detection of handover frames from sysmo-bts code to common codeAndreas Eversberg1-13/+0
2015-09-22Remove obsolete gsmtap handling from osmo-bts-sysmo part.Andreas Eversberg1-101/+0
2015-09-22sysmobts: Clean up transitions for lchan cipher stateAndreas Eversberg1-1/+4
2015-09-22Add MEAS (MPH_INFO) IND message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-13/+13
2015-09-22l1sap: Port code to new ciphering handlingHarald Welte1-32/+0
2015-09-22sysmobts/l1_if: Sacch/Sdcc/Facch are handled in l1sap/coreHarald Welte1-56/+0
2015-09-22Add SDCCH/SACCH/FACCH messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-131/+88
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 Eversberg1-59/+110
2015-09-22Move chan act/rel/modify from bts_model to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-0/+41
2015-09-22Add TIME (MPH_INFO) IND messages to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-38/+27
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 Eversberg1-76/+84
2015-09-22Add PCH/AGCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-7/+12
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-22Add RACH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-65/+32
2015-09-22l1sap: Split ph_data_req() into smaller partsHarald Welte1-25/+47
2015-09-22Add BCCH message to PH-/MPH-/TCH-SAP interfaceAndreas Eversberg1-12/+155
2015-03-28write_queue: Check the result of osmo_wqueue_enqueue and freeHolger Hans Peter Freyther1-4/+20
2015-02-05power/sysmobts: Add a manual ms power level controlHolger Hans Peter Freyther1-4/+80
2014-12-30CBCH: Implement CBCH block segmentation and RSL_MT_SMS_BC_CMDHarald Welte1-0/+1
2014-12-30Initial CBCH supportHarald Welte1-0/+4
2014-08-24l1_if: pass private 'void *data' from call to callbackHarald Welte1-22/+30
2014-08-09sysmobts: Add a unit test that checks of the behaviorHolger Hans Peter Freyther1-0/+14
2014-08-09sysmobts: Deal with ciphering when we have a transport clashHolger Hans Peter Freyther1-12/+31
2014-07-25sysmobts: Provide VTY routines to do clock calibrationsHolger Hans Peter Freyther1-2/+118
2014-07-25sysmobts: Free the message on older firmware releasesHolger Hans Peter Freyther1-0/+1
2014-05-22common: Remove unused gsm_time parameter from lchan_sacch_getHolger Hans Peter Freyther1-1/+1
2014-05-17sysmobts: Support DSP API >= 3.8.1 (u8MaxCellSize)Harald Welte1-0/+4
2014-05-15sysmobts: Fix compiler warning about missing declarationÁlvaro Neira Ayuso1-0/+1
2014-03-29sysmobts: Fix build for the v1 of the sysmobtsHolger Hans Peter Freyther1-0/+2
2014-03-26sysmobts: Honor power reduction on older sysmoBTSv2 hardwareHolger Hans Peter Freyther1-7/+23
2014-03-16sysmobts: Change the order to follow the RX handling codeHolger Hans Peter Freyther1-1/+1
2014-03-16sysmobts: Improve the log message and print the hLayer2 we don't knowHolger Hans Peter Freyther1-1/+3
2014-03-10sysmobts: Do a RF mute at initialization when the RC is lockedHolger Hans Peter Freyther1-2/+2
2014-03-10handover,sysmobts: Handle handover in the sysmobts codeHolger Hans Peter Freyther1-0/+26
2014-03-10handover,sysmobts: Handle idle needed for preparation of rach handlingHolger Hans Peter Freyther1-0/+3
2014-03-10handover,sysmobts: Refactor the parsing/handling of the access delayHolger Hans Peter Freyther1-5/+10
2014-03-03sysmobts: Do not generate RF Conn failure for CCCH and PDCHHolger Hans Peter Freyther1-0/+6
2014-02-22agch/pch: Put CCCH message generation into commonJacob Erlbeck1-13/+4
2014-02-22agch/rsl: Fix msgb handling for IMMEDIATE ASSIGNJacob Erlbeck1-1/+1
2014-02-20sysmobts: Remove debug left over from the SACCH fixes we madeHolger Hans Peter Freyther1-1/+0
2014-01-27sysmobts: Add the requested TA to the field ACCH headerHolger Hans Peter Freyther1-0/+1
2014-01-27sysmobts: Correct sending of LAPDm frames on the SACCHHolger Hans Peter Freyther1-4/+7
2014-01-21sysmobts: Specify TRX nominal maximum tx power as fMaxTxPowerHarald Welte1-0/+6
2013-11-05sysmobts: Notify the BSC about all muted lchansJacob Erlbeck1-0/+30