Change in osmo-bts[master]: osmo-bts-trx/trx_provision_fsm: add missing default labels

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

fixeria gerrit-no-reply at lists.osmocom.org
Sat Sep 5 14:06:37 UTC 2020


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/19989 )


Change subject: osmo-bts-trx/trx_provision_fsm: add missing default labels
......................................................................

osmo-bts-trx/trx_provision_fsm: add missing default labels

Change-Id: I494ea9eb64634a03575a52750273cee7c68a8b3a
---
M src/osmo-bts-trx/trx_provision_fsm.c
1 file changed, 8 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/89/19989/1

diff --git a/src/osmo-bts-trx/trx_provision_fsm.c b/src/osmo-bts-trx/trx_provision_fsm.c
index ad82961..2e3115a 100644
--- a/src/osmo-bts-trx/trx_provision_fsm.c
+++ b/src/osmo-bts-trx/trx_provision_fsm.c
@@ -266,6 +266,8 @@
 			trx_if_cmd_poweroff(l1h, NULL); /* TODO: jump to poweroff upon cb received */
 		trx_prov_fsm_state_chg(fi, TRX_PROV_ST_OPEN_POWEROFF);
 		break;
+	default:
+		OSMO_ASSERT(0);
 	}
 }
 
@@ -444,6 +446,8 @@
 	case TRX_PROV_EV_CFG_TS:
 		update_ts_data(l1h, (struct trx_prov_ev_cfg_ts_data*)data);
 		break;
+	default:
+		OSMO_ASSERT(0);
 	}
 }
 
@@ -515,6 +519,8 @@
 		}
 
 		break;
+	default:
+		OSMO_ASSERT(0);
 	}
 }
 
@@ -538,6 +544,8 @@
 			}
 		}
 		break;
+	default:
+		OSMO_ASSERT(0);
 	}
 }
 

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

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I494ea9eb64634a03575a52750273cee7c68a8b3a
Gerrit-Change-Number: 19989
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200905/54164359/attachment.htm>


More information about the gerrit-log mailing list