laforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/36215?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: cosmetic: Fix comment in mgw_fsm.c: One RAB per context_map, not hnb! ......................................................................
cosmetic: Fix comment in mgw_fsm.c: One RAB per context_map, not hnb!
Change-Id: I0cecccd94ba9c1b14de083265a394a210b758b92 --- M src/osmo-hnbgw/mgw_fsm.c 1 file changed, 12 insertions(+), 3 deletions(-)
Approvals: pespin: Looks good to me, but someone else must approve osmith: Looks good to me, approved Jenkins Builder: Verified
diff --git a/src/osmo-hnbgw/mgw_fsm.c b/src/osmo-hnbgw/mgw_fsm.c index 6fd0e6a..77d3961 100644 --- a/src/osmo-hnbgw/mgw_fsm.c +++ b/src/osmo-hnbgw/mgw_fsm.c @@ -47,9 +47,9 @@ #include <osmocom/hnbgw/tdefs.h> #include <osmocom/mgcp_client/mgcp_client_endpoint_fsm.h>
-/* NOTE: This implementation can only handle one RAB per hnbgw context. This simplification was made because usually - * a voice call will require only one RAB at a time. An exception may be corner cases like video calls, which we - * do not support at the moment. */ +/* NOTE: This implementation can only handle one RAB per context_map (== SCCP connection == RUA connection == UE + * context). This simplification was made because usually a voice call will require only one RAB at a time. An exception + * may be corner cases like video calls, which we do not support at the moment. */
/* Send Iu Release Request, this is done in erroneous cases from which we cannot recover */ static void tx_release_req(struct hnbgw_context_map *map)