aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-03-30 15:51:02 +0200
committerPau Espin Pedrol <pespin@sysmocom.de>2023-03-30 15:51:02 +0200
commit4de07697203804f188f01002bfc5c113d2950ac3 (patch)
treeb95f1b3e13bc2ae4ef812c1f9fa769eeaaed0279
parent097925b6267fc056b2f4a302b9f6ec1acaf596ae (diff)
abis_rsl: Document spec ref of CCCH Load Ind
-rw-r--r--src/osmo-bsc/abis_rsl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osmo-bsc/abis_rsl.c b/src/osmo-bsc/abis_rsl.c
index 1880996b3..6a9712ecb 100644
--- a/src/osmo-bsc/abis_rsl.c
+++ b/src/osmo-bsc/abis_rsl.c
@@ -2296,7 +2296,7 @@ int rsl_tx_imm_assignment(struct gsm_lchan *lchan)
return rc;
}
-/* current load on the CCCH */
+/* 5.4 and 8.5.2 Rx CCCH Load Ind */
static int rsl_rx_ccch_load(struct msgb *msg)
{
struct e1inp_sign_link *sign_link = msg->dst;