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.orglynxis lazus has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/09/22209/1
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: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210115/c6a3627f/attachment.htm>