aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-04-27utils/meas_pcap2db: fix -Wpointer-sign in pcap_cb()Vadim Yanitskiy1-1/+1
2022-04-27utils/meas_db: fix -Wunused-variable warningsVadim Yanitskiy1-4/+1
2022-04-27bts: Make sure paging timers are deleted when struct gsm_bts is freedPau Espin Pedrol2-0/+9
2022-04-27Introduce VTY command 'ccch load-indication-period <0-255>'Pau Espin Pedrol3-1/+19
2022-04-26Always use reported features if availableOliver Smith3-6/+12
2022-04-26gsm_data: add gsm_set_bts_modelOliver Smith2-2/+8
2022-04-26abis_nm: don't compare assumed/reported featuresOliver Smith1-12/+8
2022-04-25emerg call: send BSSMAP Clear Req cause as preemptionNeels Hofmeyr2-2/+6
2022-04-25emerg call deny: log on LOGL_ERRORNeels Hofmeyr1-2/+2
2022-04-25emerg call deny: fix RR release causeNeels Hofmeyr1-2/+2
2022-04-25emerg call: tweak log, commentsNeels Hofmeyr2-4/+5
2022-04-25Rename functions generating OML SetAttr messagesPau Espin Pedrol6-10/+10
2022-04-25cosmetic:: Document TLVs in nanobts_attr_bts_get()Pau Espin Pedrol1-9/+15
2022-04-25paging: Prioritize requests for new subscribers over retransmitionsPau Espin Pedrol1-20/+24
2022-04-25paging: Submit up to 20 paging requests in a single work iterationPau Espin Pedrol1-34/+48
2022-04-25abis_nm: always check return value of tlv_parse()Vadim Yanitskiy1-10/+41
2022-04-25bssap: always check return value of tlv_parse()Vadim Yanitskiy1-14/+34
2022-04-25Cosmetic: bts_model_osmobts_init: update commentOliver Smith1-2/+2
2022-04-25gsm_data: use llist_for_each_entry() in gsm_bts_by_lac()Vadim Yanitskiy1-4/+1
2022-04-25abis_rsl: fix NULL pointer dereference in abis_rsl_rx_rll()Vadim Yanitskiy1-0/+2
2022-04-25paging: Log skip paging due to not enough free channelsPau Espin Pedrol1-3/+6
2022-04-25paging: Use llist_first_entry() macroPau Espin Pedrol1-2/+2
2022-04-25paging: Avoid setting up credit_timer every timePau Espin Pedrol1-2/+1
2022-04-25rsl_rx_ccch_load: Use UINT16_MAX instead of -1Pau Espin Pedrol1-4/+4
2022-04-25paging: Use define available in libosmogsmPau Espin Pedrol1-2/+1
2022-04-25Move struct gsm_bts_paging_state to paging.hPau Espin Pedrol2-0/+4
2022-04-24emerg call: fix RR release cause for pre-emptionNeels Hofmeyr1-2/+2
2022-04-21bts: Simplify bts->paging initializationPau Espin Pedrol3-29/+6
2022-04-21bsc_vty: Add missing headerPau Espin Pedrol1-0/+1
2022-04-21bts_model_osmobts_init: order feats alphabeticallyOliver Smith1-3/+5
2022-04-20Fix compile errors on #warning with '-Wall' on gcc-11.2Harald Welte1-2/+2
2022-04-20lchan_fsm.c: Fix misleading commentHarald Welte1-2/+1
2022-04-20lchan_fsm: Ignore other SAPIs of RLL_REL_IND for SAPI=0 is receivedHarald Welte1-0/+7
2022-04-20Handle unknown rllr_ind enum values in rll_ind_cb()Harald Welte1-0/+4
2022-04-18hodec2: apply penalty_low_rxqual_as only on assignmentNeels Hofmeyr1-1/+2
2022-04-18abis_rsl: Fix typo in log messageHarald Welte1-1/+1
2022-04-14smscb: Populate "Number of Broadcasts Completed" to KILL COMPLETEHarald Welte1-0/+2
2022-04-12bts: gsm_bts_alloc(): use reasonable multi-rate config defaultsVadim Yanitskiy1-17/+59
2022-04-12bts: gsm_bts_alloc(): rework default multi-rate configurationVadim Yanitskiy1-45/+34
2022-04-12VTY: clarify help for the Adaptive Multi Rate settingsVadim Yanitskiy1-18/+34
2022-04-08Move power control related definitions to power_control.hVadim Yanitskiy2-215/+215
2022-04-08power_ctrl_params_def_reset(): set .ctrl_interval for both UL/DLVadim Yanitskiy1-4/+5
2022-04-07assignment_fsm: always update RTP infoNeels Hofmeyr1-7/+6
2022-04-07assignment_fsm: always mark MGCP ci as completedNeels Hofmeyr1-4/+4
2022-03-31abis_rsl: always check return value of rsl_tlv_parse()Vadim Yanitskiy1-14/+61
2022-03-31abis_rsl: Ensure message length is sufficient for respective headerHarald Welte1-1/+17
2022-03-31fix gsm_bts_get_cbch(): CBCH can be allocated on CnVadim Yanitskiy1-10/+11
2022-03-31cbch_scheduler: cosmetic: s/bts_cbch_timer/bts_cbch_timer_cb/Vadim Yanitskiy1-2/+2
2022-03-31hodec2: add penalty-time low-rxqual-hoNeels Hofmeyr1-0/+13
2022-03-29CBSP: implement MESSAGE STATUS QUERYHarald Welte1-1/+68