fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-bsc/+/27408 )
Change subject: Fix description of BTS_CTR_BTS_RSL_FAIL: s/OML/RSL/ ......................................................................
Fix description of BTS_CTR_BTS_RSL_FAIL: s/OML/RSL/
Change-Id: Icc3e603b08ab81869955ffa5b16ddfb458e83c78 Related: OS#4848 --- M src/osmo-bsc/bts.c 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
diff --git a/src/osmo-bsc/bts.c b/src/osmo-bsc/bts.c index c3e87b3..d09aa48 100644 --- a/src/osmo-bsc/bts.c +++ b/src/osmo-bsc/bts.c @@ -984,7 +984,7 @@ "Received a TEI down on a OML link" }, [BTS_CTR_BTS_RSL_FAIL] = \ { "rsl_fail", - "Received a TEI down on a OML link" }, + "Received a TEI down on a RSL link" }, [BTS_CTR_CODEC_AMR_F] = \ { "codec:amr_f", "Count the usage of AMR/F codec by channel mode requested" },