Change in osmo-pcu[master]: nacc: Fix typo in function name

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/.

pespin gerrit-no-reply at lists.osmocom.org
Mon Feb 1 23:15:34 UTC 2021


pespin has submitted this change. ( https://gerrit.osmocom.org/c/osmo-pcu/+/22608 )

Change subject: nacc: Fix typo in function name
......................................................................

nacc: Fix typo in function name

Change-Id: I74857eacf4664508dce70eb0c6dd2acd7bfb72e4
---
M src/nacc_fsm.c
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Jenkins Builder: Verified
  fixeria: Looks good to me, approved



diff --git a/src/nacc_fsm.c b/src/nacc_fsm.c
index 510b3d8..d160404 100644
--- a/src/nacc_fsm.c
+++ b/src/nacc_fsm.c
@@ -444,13 +444,13 @@
 	}
 }
 
-/* st_cell_cgh_continue_on_enter:
+/* st_cell_chg_continue_on_enter:
  * At this point, we already sent all Pkt Cell Neighbour Change rlcmac
  * blocks, and we only need to wait to be scheduled again to send PKT
  * CELL CHANGE NOTIFICATION and then we are done
  */
 
-static void st_cell_cgh_continue(struct osmo_fsm_inst *fi, uint32_t event, void *data)
+static void st_cell_chg_continue(struct osmo_fsm_inst *fi, uint32_t event, void *data)
 {
 	struct nacc_fsm_ctx *ctx = (struct nacc_fsm_ctx *)fi->priv;
 	struct nacc_ev_create_rlcmac_msg_ctx *data_ctx;
@@ -545,7 +545,7 @@
 		.out_state_mask =
 			X(NACC_ST_DONE),
 		.name = "TX_CELL_CHG_CONTINUE",
-		.action = st_cell_cgh_continue,
+		.action = st_cell_chg_continue,
 	},
 	[NACC_ST_DONE] = {
 		.in_event_mask = 0,

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/22608
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I74857eacf4664508dce70eb0c6dd2acd7bfb72e4
Gerrit-Change-Number: 22608
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210201/2dec6c39/attachment.htm>


More information about the gerrit-log mailing list