aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2022-05-06nm_statechg_signal_data: Convert state ptr to dataPau Espin Pedrol12-100/+96
2022-05-06acc: Fix erratic ramping behavior when several BTS configuredPau Espin Pedrol2-4/+8
2022-05-05constify state pointers of struct gsm_nm_statePau Espin Pedrol9-41/+41
2022-05-05cosmetic: Fix open brace in same line as func definitionPau Espin Pedrol4-4/+8
2022-05-05abis_nm: Merge signals S_NM_STATECHG_ADM and S_NM_STATECHG_OPERPau Espin Pedrol6-11/+8
2022-05-04ipaccess-config: Use proper define for nm availability valuePau Espin Pedrol1-1/+1
2022-05-04abis_nm: Use proper define for avail state 0xffPau Espin Pedrol1-2/+2
2022-05-04Remove commented out codePau Espin Pedrol1-9/+0
2022-05-04Drop duplicate function helperPau Espin Pedrol1-11/+1
2022-05-04paging: Remove TODO commentPau Espin Pedrol1-1/+0
2022-05-03stats: new trackers for lchan life durationMichael Iedema5-0/+86
2022-05-03paging: Take into account extra delay of all paging groups in BSC queuePau Espin Pedrol1-9/+30
2022-05-03paging: Flush pending paging requests when bts obj freedPau Espin Pedrol1-0/+1
2022-05-03bts: Properly free ctr/stat when bts object is freedPau Espin Pedrol1-0/+3
2022-05-03abis_rsl: Use proper struct in rsl_paging_cmdPau Espin Pedrol1-4/+4
2022-05-03abis_rsl.c: Drop unused functionPau Espin Pedrol1-17/+0
2022-05-02Check VTY config against features reported by BTSOliver Smith8-20/+47
2022-05-02abis_nm: add bts model features to reported onesOliver Smith1-0/+14
2022-04-29paging: Document 'ccch_load_ind_period * 2' valuePau Espin Pedrol1-5/+13
2022-04-28paging: Recalculate work timer if waiting for retransPau Espin Pedrol1-1/+22
2022-04-28paging: Early stop work_timer when paging queue becomes emptyPau Espin Pedrol1-0/+2
2022-04-28paging: Increase T3113 based on paging group load in BSC queuePau Espin Pedrol1-5/+35
2022-04-28paging: Improve loggingPau Espin Pedrol1-13/+26
2022-04-28paging: Improve calculate_timer_3113()Pau Espin Pedrol1-3/+8
2022-04-28paging: Decouple retransmit period from regular worker intervalPau Espin Pedrol1-2/+31
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 Pedrol2-11/+20
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 Welte2-14/+49
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-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