laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/36215?usp=email )
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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/15/36215/1
diff --git a/src/osmo-hnbgw/mgw_fsm.c b/src/osmo-hnbgw/mgw_fsm.c index e7dc0cc..7238431 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)