aboutsummaryrefslogtreecommitdiffstats
path: root/src/common/l1sap.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-23[VAMOS] gsm_data.h: introduce and use BTS_TSC macroVadim Yanitskiy1-2/+2
2021-04-18l1sap: fix incorrect pointer cast in l1sap_chan_act()Vadim Yanitskiy1-1/+1
2021-04-07l1sap: fix wrong IEI and parsing in l1sap_chan_act()Vadim Yanitskiy1-4/+4
2021-04-07l1sap: check BTS_FEAT_MULTI_TSC in l1sap_chan_act()Vadim Yanitskiy1-5/+5
2021-04-07l1sap: use TLVP_PRES_LEN() macro in l1sap_chan_act()Vadim Yanitskiy1-2/+1
2021-04-07l1sap: use the passed 'trx' pointer in l1sap_chan_act()Vadim Yanitskiy1-5/+5
2021-03-11l1sap: Transmit pdtch invalid MAC blocks to PCUPau Espin Pedrol1-5/+2
2021-03-01l1sap: add logging and VTY introspection for ACCH repetitionPhilipp Maier1-10/+32
2021-03-01l1sap: Store status of SRR in an lchan struct memeberPhilipp Maier1-2/+8
2021-02-16gsm_data: handle l1_info with structsPhilipp Maier1-6/+9
2021-02-15l1sap: fix comment: sapi number is missingPhilipp Maier1-1/+1
2021-02-13GSMTAP: move 'struct gsmtap_inst' and masks to 'struct gsm_bts'Vadim Yanitskiy1-8/+5
2021-02-13GSMTAP: move 'gsmtap_sapi_names' from l1sap.c to vty.cVadim Yanitskiy1-17/+0
2021-02-11l1sap: be sure that UL-SACCH repetition is turned offPhilipp Maier1-1/+7
2021-02-11l1sap.c: be sure that FACCH repetition is turned offPhilipp Maier1-1/+7
2021-02-11l1sap: fix repeated_dl_facch_active_decision()Philipp Maier1-1/+1
2021-01-23l1sap: include Uplink RSSI in GSMTAP packetsVadim Yanitskiy1-2/+5
2021-01-23l1sap: fix gsmtap_ph_{data,pdch,rach}(): use 'const'Vadim Yanitskiy1-6/+9
2021-01-13power_control: BS power shall not be reduced on C0Vadim Yanitskiy1-1/+2
2021-01-13l1sap: use rxlev_full when no DTX was usedPhilipp Maier1-1/+11
2021-01-12l1sap: acch_repetition fix hysthereis threshold tablePhilipp Maier1-4/+8
2021-01-05l1sap: fix: enable UL SACCH repetition if RxQual threshold is 0Vadim Yanitskiy1-0/+6
2020-12-06power_control: implement BS (Downlink) Power ControlVadim Yanitskiy1-0/+1
2020-12-02l1sap: make sure that UL SACCH is always 23 octets longVadim Yanitskiy1-2/+2
2020-11-28l1sap: add repeated uplink SACCHPhilipp Maier1-0/+33
2020-11-27l1sap: add repeated downlink SACCHPhilipp Maier1-1/+42
2020-11-27l1sap: also include SRR bit in RSL l1 info field.Philipp Maier1-3/+4
2020-11-27l1sap: add repeated downlink FACCHPhilipp Maier1-7/+117
2020-11-19l1sap: pre-initalize pointer with NULL to avoid gcc warningPhilipp Maier1-1/+2
2020-10-05bts: Add VTY command to manually override Radio Link TimeoutHarald Welte1-5/+5
2020-09-28vty: make most struct pointers const in show/write commandsVadim Yanitskiy1-1/+1
2020-08-08l1sap: radio_link_timeout(): bad_frame is a booleanVadim Yanitskiy1-3/+3
2020-08-08l1sap: radio_link_timeout(): use LOGPLCHAN() macroVadim Yanitskiy1-6/+8
2020-08-07l1sap: radio_link_timeout(): clarify logging messagesVadim Yanitskiy1-12/+12
2020-07-09l1sap: do not print redundant info in l1sap_chan_act()Vadim Yanitskiy1-2/+1
2020-06-25Use libosmocore's TDMA frame number API (constatns & arithmetic)Vadim Yanitskiy1-2/+2
2020-06-11Do not mix public and private BTS features, use libosmocore's APIVadim Yanitskiy1-4/+4
2020-06-05gsm_data_shared: drop unused sacch_deact from struct gsm_lchanVadim Yanitskiy1-3/+0
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