pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/36245?usp=email )
Change subject: cosmetic: Fix typo in comment ......................................................................
cosmetic: Fix typo in comment
Change-Id: Ie13952075be29201751d5b7884ca572a285ca9dd --- M src/osmo-hnodeb/hnb_shutdown_fsm.c 1 file changed, 10 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/45/36245/1
diff --git a/src/osmo-hnodeb/hnb_shutdown_fsm.c b/src/osmo-hnodeb/hnb_shutdown_fsm.c index 7c9eee8..9d7e186 100644 --- a/src/osmo-hnodeb/hnb_shutdown_fsm.c +++ b/src/osmo-hnodeb/hnb_shutdown_fsm.c @@ -47,7 +47,7 @@ struct hnb *hnb = (struct hnb *)fi->priv; switch (event) { case HNB_SHUTDOWN_EV_START: - /* TODO: here we may want to communicate t lower layers over UDsocket that we are shutting down... + /* TODO: here we may want to communicate to lower layers over UDsocket that we are shutting down... * TODO: Also, if Iuh link is still up, maybe send a Hnb deregister req towards HNBGW * TODO: also signal the hnb object somehow that we are starting to shut down? */