neels has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32646 )
Change subject: comment typo fix in ranap_rab_ass.c ......................................................................
comment typo fix in ranap_rab_ass.c
Change-Id: I28b4c966c399acbff46faa36f0f05cda7356e44e --- M src/osmo-hnbgw/ranap_rab_ass.c 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: neels: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo-hnbgw/ranap_rab_ass.c b/src/osmo-hnbgw/ranap_rab_ass.c index 78805b8..cd8e625 100644 --- a/src/osmo-hnbgw/ranap_rab_ass.c +++ b/src/osmo-hnbgw/ranap_rab_ass.c @@ -87,7 +87,7 @@ RANAP_Criticality_reject, &asn_DEF_RANAP_RAB_AssignmentResponse, rab_assignment_response);
- /* 'msg' has been generated, we cann now release the input 'out' */ + /* 'msg' has been generated, we can now release the input 'rab_assignment_response' */ ASN_STRUCT_FREE_CONTENTS_ONLY(asn_DEF_RANAP_RAB_AssignmentResponse, rab_assignment_response);
if (!msg)