aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/bts.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2018-02-26 08:49:59 +0100
committerHarald Welte <laforge@gnumonks.org>2018-02-26 13:48:11 +0100
commit49a8969bd6ff2cf89984a101677c5f09191a48ea (patch)
treee1bbcdde091c976ed511dc24ee7e175512875343 /include/osmo-bts/bts.h
parentde3b4a248e46b5bed1cce20774dceafc74c74073 (diff)
counters: split rach:sent into rach:drop, rach:ho, rach:cs and rach:ps
Diffstat (limited to 'include/osmo-bts/bts.h')
-rw-r--r--include/osmo-bts/bts.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/osmo-bts/bts.h b/include/osmo-bts/bts.h
index 76f8ba51..34ba9568 100644
--- a/include/osmo-bts/bts.h
+++ b/include/osmo-bts/bts.h
@@ -15,7 +15,10 @@ enum {
BTS_CTR_PAGING_DROP,
BTS_CTR_PAGING_SENT,
BTS_CTR_RACH_RCVD,
- BTS_CTR_RACH_SENT,
+ BTS_CTR_RACH_DROP,
+ BTS_CTR_RACH_HO,
+ BTS_CTR_RACH_CS,
+ BTS_CTR_RACH_PS,
BTS_CTR_AGCH_RCVD,
BTS_CTR_AGCH_SENT,
BTS_CTR_AGCH_DELETED,