fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/34513?usp=email )
Change subject: modem: grr: clarify a comment in forward_to_rlcmac() ......................................................................
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(-)
Approvals: pespin: Looks good to me, approved Jenkins Builder: Verified
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); }