neels has uploaded this change for review.

View Change

fix recently introduced indenting blunder

Related: 0b4374bb9faf3f9c2a792c1c06117cc51784982d
== I556e01b26a71b43432c623adb7ea5af2114981e3
Change-Id: Ia9c7da4d69ab2521ff726579d11df51af0e73388
---
M include/osmocom/hnbgw/context_map.h
1 file changed, 4 insertions(+), 4 deletions(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-hnbgw refs/changes/63/40163/1
diff --git a/include/osmocom/hnbgw/context_map.h b/include/osmocom/hnbgw/context_map.h
index 41b312d..7e288d7 100644
--- a/include/osmocom/hnbgw/context_map.h
+++ b/include/osmocom/hnbgw/context_map.h
@@ -30,16 +30,16 @@
*/
enum map_rua_fsm_event {
/* Receiving a RUA Connect from HNB.
- * Parameter: struct msgb *ranap_msg */
+ * Parameter: struct msgb *ranap_msg */
MAP_RUA_EV_RX_CONNECT,
/* Receiving some data from HNB via RUA, to forward via SCCP to CN.
- * Parameter: struct msgb *ranap_msg */
+ * Parameter: struct msgb *ranap_msg */
MAP_RUA_EV_RX_DIRECT_TRANSFER,
/* Receiving a RUA Disconnect from HNB.
- * Parameter: struct msgb *ranap_msg (can be NULL) */
+ * Parameter: struct msgb *ranap_msg (can be NULL) */
MAP_RUA_EV_RX_DISCONNECT,
/* SCCP has received some data from CN to forward via RUA to HNB.
- * Parameter: struct msgb *ranap_msg */
+ * Parameter: struct msgb *ranap_msg */
MAP_RUA_EV_TX_DIRECT_TRANSFER,
/* The CN side is disconnected (e.g. received an SCCP Released), that means we are going gracefully disconnect
* RUA, too. */

To view, visit change 40163. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-MessageType: newchange
Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: Ia9c7da4d69ab2521ff726579d11df51af0e73388
Gerrit-Change-Number: 40163
Gerrit-PatchSet: 1
Gerrit-Owner: neels <nhofmeyr@sysmocom.de>