fixeria has uploaded this change for review.
modem: grr: clarify a comment in forward_to_rlcmac()
Change-Id: I11286777c70c776c9f6990be988401ebd5b84f0f
---
M src/host/layer23/src/modem/grr.c
1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/13/34513/1
diff --git a/src/host/layer23/src/modem/grr.c b/src/host/layer23/src/modem/grr.c
index 1f4a3d7..af773a3 100644
--- a/src/host/layer23/src/modem/grr.c
+++ b/src/host/layer23/src/modem/grr.c
@@ -97,7 +97,7 @@
struct osmo_gprs_rlcmac_prim *rlcmac_prim;
const uint32_t fn = *(uint32_t *)(&msg->cb[0]);
- /* Forward SI13 to RLC/MAC layer */
+ /* Forward a CCCH/BCCH block to the RLC/MAC layer */
rlcmac_prim = osmo_gprs_rlcmac_prim_alloc_l1ctl_ccch_data_ind(fn, msgb_l3(msg));
return osmo_gprs_rlcmac_prim_lower_up(rlcmac_prim);
}
To view, visit change 34513. To unsubscribe, or for help writing mail filters, visit settings.