pespin has uploaded this change for review.

View Change

cosmetic: rspro_client_fsm: Document event handled in all_state

Change-Id: Id03be7d67bb2530bbefb2a886a175f9a4a4d3cd8
---
M src/rspro_client_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)

git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/30/39130/1
diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c
index 29e0287..868d2ab 100644
--- a/src/rspro_client_fsm.c
+++ b/src/rspro_client_fsm.c
@@ -321,7 +321,7 @@
static void srvc_st_init(struct osmo_fsm_inst *fi, uint32_t event, void *data)
{
switch (event) {
- case SRVC_E_ESTABLISH:
+ case SRVC_E_ESTABLISH: /* Handled in all_state */
default:
OSMO_ASSERT(0);
}

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

Gerrit-MessageType: newchange
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Id03be7d67bb2530bbefb2a886a175f9a4a4d3cd8
Gerrit-Change-Number: 39130
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin@sysmocom.de>