osmo-bsc/src/osmo-bsc
Philipp Maier c9b0b262c3 paging: fix paging attemt rate counter
The rate counter BSC_CTR_PAGING_ATTEMPTED does not increment when
a paging request is sent to the BSC. The reson for this is that the
function call to rate_ctr_inc() is located in a dead code section.

- Move the function call to rate_ctr_inc() to osmo_bsc_bssmap.c.
  incremanet on any paging attempt (valid or not) that is recived
  on the A-Interface.

- Remove dead code from paging.c

Change-Id: Iec3eb6724bc655806c3ce3c28448069590d99f91
2018-02-27 07:03:56 +00:00
..
Makefile.am drop libcommon-cs completely 2018-02-14 12:55:45 +01:00
osmo_bsc_api.c Structural reform: Get rid of osmo_bsc_sccp_con 2018-02-19 08:20:35 +00:00
osmo_bsc_audio.c Structural reform: Get rid of osmo_bsc_sccp_con 2018-02-19 08:20:35 +00:00
osmo_bsc_bssap.c paging: fix paging attemt rate counter 2018-02-27 07:03:56 +00:00
osmo_bsc_ctrl.c Structural reform: Get rid of osmo_bsc_sccp_con 2018-02-19 08:20:35 +00:00
osmo_bsc_filter.c Structural reform: Get rid of osmo_bsc_sccp_con 2018-02-19 08:20:35 +00:00
osmo_bsc_grace.c Move BTS selection for paging from osmo_bsc_grace.c into osmo_bsc_bssap.c. 2018-01-16 14:14:01 +01:00
osmo_bsc_main.c HO: Implement load based handover, as handover_decision_2.c 2018-02-19 17:11:47 +01:00
osmo_bsc_mgcp.c Structural reform: Get rid of osmo_bsc_sccp_con 2018-02-19 08:20:35 +00:00
osmo_bsc_msc.c remove libosmo-sccp dependency for osmo-bsc 2017-12-19 17:53:14 +00:00
osmo_bsc_reset.c osmo-bsc RESET FSM: use distinct struct names 2017-11-09 01:14:09 +00:00
osmo_bsc_sigtran.c SIGTRAN: correct wrong log category 2018-02-19 10:44:52 +01:00
osmo_bsc_vty.c vty: Permit codec-list containing both full-rate and half-rate codecs 2018-02-19 08:35:55 +00:00