aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-01l1sap: fix gsmtap_ph_rach(): properly pack 8-bit and 11-bit RAVadim Yanitskiy1-2/+12
2020-03-08l1sap: Use msgb_pull_l2() and unify l1sap_tch_ind + l1sap_ph_data_indHarald Welte1-3/+2
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier1-1/+11
2020-02-12l1sap: Change loglevel of Rx TCH.ind INFO->DEBUGPau Espin Pedrol1-1/+1
2020-01-20l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCHPhilipp Maier1-20/+88
2020-01-14L1SAP: use LOGL_DEBUG for logging from rach_pass_filter()Vadim Yanitskiy1-3/+3
2020-01-03l1sap.c: ensure ms power control loop is runningPhilipp Maier1-0/+2
2020-01-03rsl: ensure measurement reports are sentPhilipp Maier1-1/+10
2019-12-23l1sap: is_fille_frame(): verify len of data comparedPau Espin Pedrol1-0/+3
2019-12-04rach_pass_filter(): Add information about channel typeHarald Welte1-10/+11
2019-11-22pcuif_proto.h: extend RACH.ind with TRX and timeslot number fieldsVadim Yanitskiy1-2/+4
2019-11-20power_control.c: Don't use announced MS Power level as input for loop calcula...Pau Espin Pedrol1-1/+0
2019-11-14power_control.c: Fix ms pwr ctrl skipped if MS doesn't support announced MS P...Pau Espin Pedrol1-0/+1
2019-10-28cosmetic: l1sap.c: Fix typoPau Espin Pedrol1-1/+1
2019-10-17Fix common misspellings and typosMartin Hauke1-5/+5
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+82
2019-10-09L1SAP: there can be no DATA.ind primitives on PTCCH/U, reject themVadim Yanitskiy1-16/+18
2019-10-09L1SAP: use GSMTAP_CHANNEL_PDTCH for PDTCH blocks by defaultVadim Yanitskiy1-2/+4
2019-10-09L1SAP: fix gsmtap_pdch(): there can be no DATA.ind on PTCCH/UVadim Yanitskiy1-7/+0
2019-10-09L1SAP: use the actual ARFCN for outgoing PCUIF messagesVadim Yanitskiy1-4/+4
2019-10-09L1SAP: properly handle 11-bit encoded RACH.ind in gsmtap_ph_rach()Vadim Yanitskiy1-1/+1
2019-10-09L1SAP: refactor handling of Access Bursts on PDCHVadim Yanitskiy1-15/+43
2019-10-09L1SAP: do not pass unused parameter to l1sap_handover_rach()Vadim Yanitskiy1-3/+2
2019-10-09L1SAP: clarify debug messages in rach_pass_filter()Vadim Yanitskiy1-3/+3
2019-10-04common/l1sap: increase ToA precision for packet Access BurstsVadim Yanitskiy1-1/+2
2019-10-04scheduler: fix handling of PTCCH/U and PTCCH/D logical channelsVadim Yanitskiy1-2/+16
2019-10-02l1sap: Log conn dropped due to radio link counter timeoutPau Espin Pedrol1-1/+5
2019-07-21Move Access Burst link quality handling to L1SAPVadim Yanitskiy1-0/+8
2019-07-21Clarify and refactor link quality (C/I) handlingVadim Yanitskiy1-1/+1
2019-06-13l1sap: Compute statistics on FN advance in PH-RTS.indHarald Welte1-0/+29
2019-05-25Add severity to OML FAILURE EVENT REPORTHarald Welte1-1/+1
2019-05-24l1sap: Fix calculation of expired RACH slots in case of missing frame numbersHarald Welte1-2/+5
2019-05-24l1sap: Correctly count RACH slots in calc_exprd_rach_frames()Harald Welte1-4/+1
2019-05-24Use LOGPLCHAN whenever possibleHarald Welte1-31/+25
2019-04-21common/l1sap.c: fix: add missing new line to a debug messageVadim Yanitskiy1-1/+1
2019-03-27oml: use oml_tx_failure_event_rep() instead of oml_fail_rep()Philipp Maier1-2/+4
2019-03-18Constify pcu_rx_*() parametersMax1-1/+1
2018-11-22Fix type mismatchMax1-1/+1
2018-10-10l1sap: Log name of chan_nr instead of hex valuePau Espin Pedrol1-25/+27
2018-09-30Fix computing CCCH block number from frame numberHarald Welte1-2/+37
2018-09-17get_lchan_by_chan_nr(): Fix resolution of CBCHHarald Welte1-1/+12
2018-09-17l1sap/scheduler: Consistently print chan_nr as hex numberHarald Welte1-5/+5
2018-09-09CBCH: Move processing via L1SAPHarald Welte1-0/+6
2018-08-31paging: add unit-test to check different bs_ag_blks_res settingsPhilipp Maier1-3/+12
2018-08-23Revert "send TCH/F fill frames in DTX mode (WIP)"Stefan Sperling1-64/+13
2018-08-22send TCH/F fill frames in DTX mode (WIP)Stefan Sperling1-13/+64
2018-08-22fix conditions for sending fill frames during RTS INDStefan Sperling1-3/+10
2018-08-17cosmetic: unify measurement sample handling in one functionPhilipp Maier1-5/+1
2018-07-19l1sap: add_l1sap_header: Compact msgb_push ret assignmentPau Espin Pedrol1-2/+1
2018-05-24cosmetic: it's n_r in check_for_first_ciphrd(), not n_sHarald Welte1-3/+3