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.orglaforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/22574 )
Change subject: ns2: cosmetic: fix indent levels
......................................................................
ns2: cosmetic: fix indent levels
Change-Id: Ifcb0d5ddf824cd876de91afca1021aeb4f6c3e8b
---
M src/gb/gprs_ns2_vc_fsm.c
1 file changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/74/22574/1
diff --git a/src/gb/gprs_ns2_vc_fsm.c b/src/gb/gprs_ns2_vc_fsm.c
index 839bf6f..a6e49e6 100644
--- a/src/gb/gprs_ns2_vc_fsm.c
+++ b/src/gb/gprs_ns2_vc_fsm.c
@@ -122,17 +122,17 @@
};
static const struct value_string ns2_vc_event_names[] = {
- { GPRS_NS2_EV_REQ_START, "START" },
+ { GPRS_NS2_EV_REQ_START, "START" },
{ GPRS_NS2_EV_RX_RESET, "RESET" },
{ GPRS_NS2_EV_RX_RESET_ACK, "RESET_ACK" },
- { GPRS_NS2_EV_RX_UNBLOCK, "UNBLOCK" },
+ { GPRS_NS2_EV_RX_UNBLOCK, "UNBLOCK" },
{ GPRS_NS2_EV_RX_UNBLOCK_ACK, "UNBLOCK_ACK" },
{ GPRS_NS2_EV_RX_BLOCK, "BLOCK" },
{ GPRS_NS2_EV_RX_BLOCK_ACK, "BLOCK_ACK" },
{ GPRS_NS2_EV_RX_ALIVE, "ALIVE" },
{ GPRS_NS2_EV_RX_ALIVE_ACK, "ALIVE_ACK" },
- { GPRS_NS2_EV_RX_STATUS, "STATUS" },
- { GPRS_NS2_EV_RX_UNITDATA, "UNITDATA" },
+ { GPRS_NS2_EV_RX_STATUS, "STATUS" },
+ { GPRS_NS2_EV_RX_UNITDATA, "UNITDATA" },
{ GPRS_NS2_EV_REQ_FORCE_UNCONFIGURED, "FORCE_UNCONFIGURED" },
{ GPRS_NS2_EV_REQ_OM_BLOCK, "REQ-O&M-BLOCK"},
{ GPRS_NS2_EV_REQ_OM_UNBLOCK, "REQ-O&M-UNBLOCK"},
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/22574
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ifcb0d5ddf824cd876de91afca1021aeb4f6c3e8b
Gerrit-Change-Number: 22574
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/20210131/cbd01c23/attachment.htm>