Change in mncc-python[master]: GsmCallFsm: permit MNCC_REL_CNF in any state

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Wed Apr 29 16:26:59 UTC 2020


laforge has submitted this change. ( https://gerrit.osmocom.org/c/mncc-python/+/17410 )

Change subject: GsmCallFsm: permit MNCC_REL_CNF in any state
......................................................................

GsmCallFsm: permit MNCC_REL_CNF in any state

Depending on the type of failure in the MSC, MGW or BSC, we may expect
MNCC_REL_CNF in any state.

Closes: SYS#4832
Change-Id: I0d65da82fbcc48c8967a65b917ea14121bd941f3
---
M gsm_call_fsm.py
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  laforge: Looks good to me, approved; Verified
  fixeria: Looks good to me, but someone else must approve
  pespin: Looks good to me, but someone else must approve



diff --git a/gsm_call_fsm.py b/gsm_call_fsm.py
index 5f846e1..9e2b633 100644
--- a/gsm_call_fsm.py
+++ b/gsm_call_fsm.py
@@ -180,7 +180,7 @@
                     ('mncc_rel_ind', '*', 'NULL'),
                     ('mncc_disc_ind', 'DISCONNECT_INDICATION', 'RELEASE_REQUEST'),
 
-                    ('mncc_rel_cnf', 'RELEASE_REQUEST', 'NULL'),
+                    ('mncc_rel_cnf', '*', 'NULL'),
                     ],
             callbacks = [('onmncc_setup_req', self._onmncc_setup_req),
                          ('onmncc_call_conf_ind', self._onmncc_call_conf_ind),

-- 
To view, visit https://gerrit.osmocom.org/c/mncc-python/+/17410
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: mncc-python
Gerrit-Branch: master
Gerrit-Change-Id: I0d65da82fbcc48c8967a65b917ea14121bd941f3
Gerrit-Change-Number: 17410
Gerrit-PatchSet: 5
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Assignee: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: fixeria <axilirator at gmail.com>
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200429/3787521d/attachment.htm>


More information about the gerrit-log mailing list