Change in osmo-bsc[master]: nm_gprs_nsvc_fsm: allow DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLED

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/.

fixeria gerrit-no-reply at lists.osmocom.org
Tue Dec 8 16:39:45 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bsc/+/21607 )


Change subject: nm_gprs_nsvc_fsm: allow DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLED
......................................................................

nm_gprs_nsvc_fsm: allow DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLED

It would make more sense check the current state before asking for
transition to DISABLED_NOTINSTALLED, however all other NM FSMs seem
to allow DISABLED_NOTINSTALLED -> DISABLED_NOTINSTALLED transition.

Change-Id: I24a78905bb684f8501dc5ade0605662ec283febc
Related: OS#4901
---
M src/osmo-bsc/nm_gprs_nsvc_fsm.c
1 file changed, 1 insertion(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/07/21607/1

diff --git a/src/osmo-bsc/nm_gprs_nsvc_fsm.c b/src/osmo-bsc/nm_gprs_nsvc_fsm.c
index 2a57ada..7a7ab8d 100644
--- a/src/osmo-bsc/nm_gprs_nsvc_fsm.c
+++ b/src/osmo-bsc/nm_gprs_nsvc_fsm.c
@@ -317,6 +317,7 @@
 			X(NM_EV_FEATURE_NEGOTIATED) |
 			X(NM_EV_STATE_CHG_REP),
 		.out_state_mask =
+			X(NM_GPRS_NSVC_ST_OP_DISABLED_NOTINSTALLED) |
 			X(NM_GPRS_NSVC_ST_OP_DISABLED_DEPENDENCY) |
 			X(NM_GPRS_NSVC_ST_OP_DISABLED_OFFLINE) |
 			X(NM_GPRS_NSVC_ST_OP_ENABLED),

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bsc/+/21607
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bsc
Gerrit-Branch: master
Gerrit-Change-Id: I24a78905bb684f8501dc5ade0605662ec283febc
Gerrit-Change-Number: 21607
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20201208/e9ab0cb1/attachment.htm>


More information about the gerrit-log mailing list