aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-04-28paging: Decouple retransmit period from regular worker intervalPau Espin Pedrol2-2/+33
2022-04-28paging: Check C0 RSL link instead of OML linkPau Espin Pedrol1-1/+1
2022-04-28paging: Rework timer lifecycle logicPau Espin Pedrol1-20/+14
2022-04-28paging: Estimate available_slots based on BTS config when no CCCH Load Ind re...Pau Espin Pedrol3-11/+22
2022-04-28cbsp: Reject CBSP WRITE for emergency if emergency already activeHarald Welte1-3/+28
2022-04-28cbsp: Implement KILL for Emergency BroadcastHarald Welte1-13/+49
2022-04-28smscb: Always start ETWS timer even in cells without ETWS supportHarald Welte1-5/+7
2022-04-28smscb: Store ETWS input state from CBSPHarald Welte5-15/+73
2022-04-28smscb: Don't include extraneous IEs in CBSP KILL COMPLETE / FAILUREHarald Welte1-10/+20
2022-04-28bts_model_*_start: move set_feature calls to _initOliver Smith3-23/+22
2022-04-28abis_nm_ipaccess_rsl_connect: initialize iaOliver Smith1-0/+2
2022-04-27tests: acc_test: Get rid on unrelated logs in expect filePau Espin Pedrol2-928/+1
2022-04-27tests: acc_test: fix typo in talloc ctx namePau Espin Pedrol1-1/+1
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 Pedrol3-0/+10
2022-04-27Introduce VTY command 'ccch load-indication-period <0-255>'Pau Espin Pedrol4-2/+22
2022-04-26contrib/jenkins.sh: check osmo_bts_has_feature useOliver Smith1-0/+11
2022-04-26Always use reported features if availableOliver Smith3-6/+12
2022-04-26gsm_data: add gsm_set_bts_modelOliver Smith3-2/+9
2022-04-26abis_nm: don't compare assumed/reported featuresOliver Smith1-12/+8
2022-04-25emerg call: send BSSMAP Clear Req cause as preemptionNeels Hofmeyr3-2/+7
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-25bts: Use uint8_t instead of int for ccch_load_ind_threshPau Espin Pedrol1-1/+1
2022-04-25Rename functions generating OML SetAttr messagesPau Espin Pedrol9-47/+47
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 Pedrol11-22/+38
2022-04-24emerg call: fix RR release cause for pre-emptionNeels Hofmeyr1-2/+2
2022-04-21tests/bsc/Makefile.am: remove duplicate CFLAGSPau Espin Pedrol1-1/+0
2022-04-21bts: Simplify bts->paging initializationPau Espin Pedrol4-29/+8
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