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

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
Sat Mar 7 15:01:23 UTC 2020


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


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

GsmCallFsm: permit MNCC_REL_CNF in state ACTIVE

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



  git pull ssh://gerrit.osmocom.org:29418/mncc-python refs/changes/10/17410/1

diff --git a/gsm_call_fsm.py b/gsm_call_fsm.py
index 5f846e1..5360c74 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', ['RELEASE_REQUEST','ACTIVE'], '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: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200307/5d3ba21d/attachment.htm>


More information about the gerrit-log mailing list