aboutsummaryrefslogtreecommitdiffstats
path: root/src/osmo-bts-sysmo/l1_if.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-28DTX DL: split ONSET state handlingMax1-6/+43
2016-10-13DTX DL: use FSM for AMRMax1-8/+6
2016-10-12Move copy-pasted array into shared headerMax1-6/+0
2016-09-30DTX: send AMR voice alongside with ONSETMax1-4/+8
2016-09-24DTX: check Marker bit to send ONSET to L1Max1-1/+7
2016-09-23DTX: fix SID logicMax1-4/+7
2016-09-23DTX: fix last SID savingMax1-1/+1
2016-09-14Update parameters in osmo-bts-sysmo for 11bit RACHbhargava1-6/+36
2016-08-30dyn TS: sysmo,lc15: ph_data_req: fix PDCH mode detectionNeels Hofmeyr1-1/+1
2016-08-27Change interface in osmo-bts for 11 bit RACHbhargava1-0/+6
2016-08-08Fill measurements data for L1SAPMax1-1/+5
2016-07-27dyn TS: sysmo,lc15: chan_nr_by_sapi(): add missing assertionNeels Hofmeyr1-0/+1
2016-07-25dyn TS: implement SysmoBTS specificsNeels Hofmeyr1-4/+9
2016-06-23Make get_lchan_by_chan_nr globally availableMax1-11/+5
2016-06-17dyn PDCH: chan_nr_by_sapi(): handle TCH/F_PDCH according to ts->flagsNeels Hofmeyr1-3/+15
2016-06-15sysmo: add L3 handle to l1prim messagesNeels Hofmeyr1-2/+56
2016-06-14DTXd: store/repeat last SIDMax1-1/+1
2016-06-12Add DTXd support for sysmoBTS and LC15Max1-0/+2
2016-02-15declare pcu_direct in pcu_if.hHarald Welte1-2/+0
2016-02-15LC15/sysmobts: Don't try to refer to fl1h from PHY configHarald Welte1-11/+28
2016-02-15sysmobts/LC15: Fix startup-time DSP trace flage configurationHarald Welte1-0/+1
2016-02-15port sysmobts to phy_link/phy_instance abstractionHarald Welte1-11/+48
2016-02-09fix migration of check_for_ciph_cmd() from sysmobts to l1sapHarald Welte1-45/+0
2016-01-08sysmobts: add missing break statement in l1if_handle_ind()Harald Welte1-0/+1
2016-01-04sysmobts: Clarify msgb ownership / fix memory leaksHarald Welte1-21/+30
2015-11-20sysmobts: Dont recycle PHY primitive for L1SAP in PH-DATA.indHarald Welte1-20/+14
2015-11-20sysmobts: fix ph_data_req() msgb handling + alignmentHarald Welte1-24/+16
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