[PATCH] osmo-bsc[master]: paging: fix paging attemt rate counter

2018-02-26 Thread dexter
Hello Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/6860 to look at the new patch set (#2). 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 reso

[PATCH] osmo-bsc[master]: paging: fix paging attemt rate counter

2018-02-23 Thread dexter
Review at https://gerrit.osmocom.org/6860 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 f