Change in libosmocore[master]: gprs_ns2_vc_fsm: fix spaces and remove wrong comment

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

lynxis lazus gerrit-no-reply at lists.osmocom.org
Mon Jan 18 10:37:45 UTC 2021


lynxis lazus has submitted this change. ( https://gerrit.osmocom.org/c/libosmocore/+/22209 )

Change subject: gprs_ns2_vc_fsm: fix spaces and remove wrong comment
......................................................................

gprs_ns2_vc_fsm: fix spaces and remove wrong comment

Change-Id: I52799d8ce8244fae7512a6e14a3cf2408a218c2d
---
M src/gb/gprs_ns2_vc_fsm.c
1 file changed, 2 insertions(+), 3 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  daniel: Looks good to me, approved
  Jenkins Builder: Verified



diff --git a/src/gb/gprs_ns2_vc_fsm.c b/src/gb/gprs_ns2_vc_fsm.c
index 78b0691..641fcc3 100644
--- a/src/gb/gprs_ns2_vc_fsm.c
+++ b/src/gb/gprs_ns2_vc_fsm.c
@@ -111,7 +111,7 @@
 
 	GPRS_NS2_EV_UNITDATA,
 
-	GPRS_NS2_EV_FORCE_UNCONFIGURED,
+	GPRS_NS2_EV_FORCE_UNCONFIGURED, /* called via vty for tests */
 };
 
 static const struct value_string gprs_ns2_vc_event_names[] = {
@@ -126,7 +126,7 @@
 	{ GPRS_NS2_EV_ALIVE_ACK,		"ALIVE_ACK" },
 	{ GPRS_NS2_EV_STATUS,			"STATUS" },
 	{ GPRS_NS2_EV_UNITDATA,			"UNITDATA" },
-	{GPRS_NS2_EV_FORCE_UNCONFIGURED,	"FORCE_UNCONFIGURED"},
+	{ GPRS_NS2_EV_FORCE_UNCONFIGURED,	"FORCE_UNCONFIGURED" },
 	{ 0, NULL }
 };
 
@@ -431,7 +431,6 @@
 	struct gprs_ns2_inst *nsi = ns_inst_from_fi(fi);
 	struct gprs_ns2_vc_priv *priv = fi->priv;
 
-	/* PCU timeouts */
 	switch (fi->state) {
 	case GPRS_NS2_ST_RESET:
 		if (priv->initiate_reset) {

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

Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: I52799d8ce8244fae7512a6e14a3cf2408a218c2d
Gerrit-Change-Number: 22209
Gerrit-PatchSet: 5
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: daniel <dwillmann at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
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/20210118/ac7556cc/attachment.htm>


More information about the gerrit-log mailing list