jolly has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmocom-bb/+/34556?usp=email )
Change subject: fixup ASCI: Add group receive and transmit mode support to MM laye ......................................................................
fixup ASCI: Add group receive and transmit mode support to MM laye
Change-Id: Ia6d0ac341b4b80199b344e04068ac152d7cc2ee7 --- M src/host/layer23/src/mobile/gsm48_mm.c 1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmocom-bb refs/changes/56/34556/1
diff --git a/src/host/layer23/src/mobile/gsm48_mm.c b/src/host/layer23/src/mobile/gsm48_mm.c index 809b777..b68cb38 100644 --- a/src/host/layer23/src/mobile/gsm48_mm.c +++ b/src/host/layer23/src/mobile/gsm48_mm.c @@ -4824,7 +4824,7 @@ GSM48_MM_EVENT_IMSI_DETACH, gsm48_mm_imsi_detach_start},
/* 4.2.2.7 Receiving Group Call (Normal service) */ - // There are event handlers for group call in this implementation. + // In this implementation, no events are allowed in this service state while receiving a group call.
/* 4.2.2.2 Attempt to update / Loc. upd. needed */ {SBIT(GSM48_MM_ST_MM_IDLE), SBIT(GSM48_MM_SST_ATTEMPT_UPDATE) | @@ -4862,7 +4862,7 @@ GSM48_MM_EVENT_TIMEOUT_T3212, gsm48_mm_loc_upd_delay_per}, /* 4.4.2 */
/* 4.2.2.8 Receiving Group Call (Limited service) */ - // There are event handlers for group call in this implementation. + // In this implementation, no events are allowed in this service state while receiving a group call.
/* 4.2.2.4 No IMSI */ /* 4.2.2.5 PLMN search, normal service */