pespin has submitted this change. (
https://gerrit.osmocom.org/c/osmo-remsim/+/39130?usp=email )
Change subject: cosmetic: rspro_client_fsm: Document event handled in all_state
......................................................................
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(-)
Approvals:
Jenkins Builder: Verified
osmith: Looks good to me, approved
diff --git a/src/rspro_client_fsm.c b/src/rspro_client_fsm.c
index 6a48ce4..03dbe15 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
https://gerrit.osmocom.org/c/osmo-remsim/+/39130?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: merged
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Id03be7d67bb2530bbefb2a886a175f9a4a4d3cd8
Gerrit-Change-Number: 39130
Gerrit-PatchSet: 2
Gerrit-Owner: pespin <pespin(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: osmith <osmith(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>