aboutsummaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2020-06-05gsm_data_shared: drop unused ctrl_ack_type_use_block & net_ctrl_ordVadim Yanitskiy1-2/+0
2020-06-05gsm_data_shared: drop unused dtxu from struct gsm_btsVadim Yanitskiy1-1/+0
2020-06-05gsm_data_shared: drop unused *nmh from struct gsm_btsVadim Yanitskiy1-2/+0
2020-06-05gsm_data_shared: drop forward declaration of struct vtyVadim Yanitskiy1-2/+0
2020-06-05gsm_data_shared: drop unused sacch_deact from struct gsm_lchanVadim Yanitskiy1-3/+0
2020-06-05gsm_data_shared: drop meaningless commentsVadim Yanitskiy1-2/+0
2020-06-05gsm_data_shared: drop unused struct bts_codec_confVadim Yanitskiy1-6/+0
2020-06-05gsm_data_shared: drop unused LCHAN_SAPI_{UNUSED,MS,NET,REL}Vadim Yanitskiy1-6/+0
2020-06-05gsm_data_shared: drop unused MAX_EARFCN_LISTVadim Yanitskiy1-1/+0
2020-06-05gsm_data_shared: drop unused A38_XOR_{MIN,MAX,COMP128}_KEY_LENVadim Yanitskiy1-3/+0
2020-06-05gsm_data_shared: drop declaration of non-existing gsm_parse_reg()Vadim Yanitskiy1-7/+0
2020-06-05gsm_data_shared: get rid of unused enum gsm_hooksVadim Yanitskiy1-6/+0
2020-06-05gsm_data_shared: get rid of unused HARDCODED_BTS{0,1,2}_TSVadim Yanitskiy1-5/+0
2020-06-05gsm_data_shared: get rid of unused HARDCODED_{ARFCN,BSIC}Vadim Yanitskiy1-3/+0
2020-06-05gsm_data_shared: drop unused channel request reason definitionsVadim Yanitskiy1-12/+0
2020-06-05gsm_data_shared: drop unused enum bts_gprs_modeVadim Yanitskiy1-7/+0
2020-06-05gsm_data_shared: drop unused supports_egprs_11bit_rachVadim Yanitskiy1-1/+0
2020-06-04vty: get rid of unused ournode_{exit,end}_cmd declarationsVadim Yanitskiy1-3/+0
2020-04-25measurement: remove unecessary is_amr_sid_update parameterPhilipp Maier1-1/+1
2020-04-25dtx: add detection of AMR DTX frames for osmo-bts-trxPhilipp Maier2-1/+3
2020-04-25osmo-bts-litecell15: Implement missing features.Rafael Diniz1-0/+1
2020-04-20fix compilation with gcc-10Harald Welte2-6/+6
2020-04-04scheduler: always call Uplink burst handler on NOPE.indPhilipp Maier1-2/+0
2020-03-10osmo-bts-virtual: Add "virtual-um ttl <0-255>" VTY optionHarald Welte1-0/+1
2020-03-08rsl: make IP DSCP configurableOliver Smith1-0/+1
2020-02-17osmo-bts-sysmo: merge measurement data and payloadPhilipp Maier1-1/+2
2020-01-20l1sap: merge MEAS IND into PRIM PH DATA / PRIM TCHPhilipp Maier2-1/+7
2020-01-20ta_control: move timing advance code from osmo-bts-trx to commonPhilipp Maier3-2/+6
2020-01-03rsl: ensure measurement reports are sentPhilipp Maier1-0/+2
2019-11-30bts-trx: Drop low layer MS Power Control Loop algoPau Espin Pedrol2-7/+0
2019-11-22pcuif_proto.h: extend RACH.ind with TRX and timeslot number fieldsVadim Yanitskiy2-2/+5
2019-11-20power_control.c: Don't use announced MS Power level as input for loop calcula...Pau Espin Pedrol1-1/+0
2019-11-19osmo-bts-trx: general handling of NOPE / IDLE indicationsVadim Yanitskiy1-0/+2
2019-11-14Introduce BTS feature BTS_FEAT_MS_PWR_CTRL_DSPPau Espin Pedrol1-0/+1
2019-11-14power_control.c: Fix ms pwr ctrl skipped if MS doesn't support announced MS P...Pau Espin Pedrol1-0/+1
2019-11-14Move and rename gsm_lchan.ms_power fieldPau Espin Pedrol1-3/+3
2019-11-14Change gsm_lchan field fixed to boolPau Espin Pedrol1-1/+1
2019-11-14Change gsm_bts_trx field to bool and rename itPau Espin Pedrol2-2/+2
2019-10-17Fix common misspellings and typosMartin Hauke1-4/+4
2019-10-16bts-trx: Time out if no clock ind recvd after RSP POWERONPau Espin Pedrol1-0/+6
2019-10-11log: set L1 SAPI log contextOliver Smith1-0/+31
2019-10-09L1SAP: also consider RSL_CHAN_OSMO_CBCH8 as CBCHVadim Yanitskiy1-1/+2
2019-10-09L1SAP: use RSL_CHAN_* definitions from libosmogsmVadim Yanitskiy1-10/+21
2019-10-05bts-trx: Rework code handling poweron statePau Espin Pedrol1-0/+2
2019-10-05bts-trx: vty: Print phy link state in cmd 'show transceiver'Pau Espin Pedrol1-0/+2
2019-10-05struct gsm_bts: Add model_priv pointer handing bts_model specific dataPau Espin Pedrol1-13/+1
2019-10-04scheduler: fix handling of PTCCH/U and PTCCH/D logical channelsVadim Yanitskiy1-1/+1
2019-09-27bts.h: Remove non-existent function definitionsPau Espin Pedrol1-8/+0
2019-09-10osmo-bts-trx: migrate to new generic ECU abstractionHarald Welte1-3/+3
2019-09-06pcu_interface: Forward ETWS Primary Notification to PCUHarald Welte2-0/+10