aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-05-06HACK: queue limitlaforge/queue-limitHarald Welte3-0/+10
2022-05-06Revert "Check VTY config against features reported by BTS"Pau Espin Pedrol12-126/+22
2022-05-06Add stat_item for per-bts [dynamic] T3113 timerHarald Welte3-2/+12
2022-05-06paging: Implement upper bound of 60s for dynamic T3113Harald Welte1-0/+5
2022-05-05paging: Avoid unnecessary immediate polling in mainloopPau Espin Pedrol1-1/+4
2022-05-05paging: Fix recalculate work timer if waiting for retransPau Espin Pedrol2-4/+5
2022-05-05paging: Improve loggingPau Espin Pedrol2-134/+144
2022-05-05constify state pointers of struct gsm_nm_statePau Espin Pedrol10-43/+43
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 Pedrol7-13/+10
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 Iedema7-0/+91
2022-05-03tests: Introduce paging_testPau Espin Pedrol6-0/+8323
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 Pedrol3-4/+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-03tests/acc: Remove unused varPau Espin Pedrol1-2/+0
2022-05-03tests: Order tests alphabeticallyPau Espin Pedrol3-24/+24
2022-05-02Check VTY config against features reported by BTSOliver Smith12-22/+126
2022-05-02abis_nm: add bts model features to reported onesOliver Smith2-1/+17
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 Pedrol2-5/+37
2022-04-28paging: Improve loggingPau Espin Pedrol2-15/+28
2022-04-28paging: Improve calculate_timer_3113()Pau Espin Pedrol1-3/+8
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