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.orgpespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-bts/+/24432 )
Change subject: Add missing value_string for NM_EV_* introduced recently
......................................................................
Add missing value_string for NM_EV_* introduced recently
Fixes: 0277cddab2bb6b09f02e998c0aa9ff78d41c327c
Change-Id: I70266767d4f85e8c14ecf477af7fab0706698067
---
M src/common/nm_common_fsm.c
1 file changed, 2 insertions(+), 0 deletions(-)
  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/32/24432/1
diff --git a/src/common/nm_common_fsm.c b/src/common/nm_common_fsm.c
index b2fd451..7273e22 100644
--- a/src/common/nm_common_fsm.c
+++ b/src/common/nm_common_fsm.c
@@ -35,5 +35,7 @@
 	{ NM_EV_BBTRANSC_INSTALLED, "BBTRANSC_INSTALLED" },
 	{ NM_EV_BBTRANSC_ENABLED, "BBTRANSC_ENABLED" },
 	{ NM_EV_BBTRANSC_DISABLED, "BBTRANSC_DISABLED" },
+	{ NM_EV_RCARRIER_ENABLED, "RCARRIER_ENABLED" },
+	{ NM_EV_RCARRIER_DISABLED, "RCARRIER_DISABLED" },
 	{ 0, NULL }
 };
-- 
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/24432
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I70266767d4f85e8c14ecf477af7fab0706698067
Gerrit-Change-Number: 24432
Gerrit-PatchSet: 1
Gerrit-Owner: pespin <pespin at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210527/8df8ae16/attachment.htm>