mirror of
https://gitea.osmocom.org/cellular-infrastructure/osmo-hnodeb.git
synced 2025-10-23 08:22:16 +00:00
cosmetic: Fix typo in comment
Change-Id: Ie13952075be29201751d5b7884ca572a285ca9dd
This commit is contained in:
@@ -47,7 +47,7 @@ static void st_none(struct osmo_fsm_inst *fi, uint32_t event, void *data)
|
|||||||
struct hnb *hnb = (struct hnb *)fi->priv;
|
struct hnb *hnb = (struct hnb *)fi->priv;
|
||||||
switch (event) {
|
switch (event) {
|
||||||
case HNB_SHUTDOWN_EV_START:
|
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, 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?
|
* TODO: also signal the hnb object somehow that we are starting to shut down?
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user