Change in osmo-remsim[master]: client: Fix TODO: add CLK status information to event-script environment

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

laforge gerrit-no-reply at lists.osmocom.org
Wed Mar 4 15:42:37 UTC 2020


laforge has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-remsim/+/17362 )


Change subject: client: Fix TODO: add CLK status information to event-script environment
......................................................................

client: Fix TODO: add CLK status information to event-script environment

Change-Id: Iecc6002a8effaae7d8c3cab2aa4c6109f83f35b2
---
M src/client/main_fsm.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-remsim refs/changes/62/17362/1

diff --git a/src/client/main_fsm.c b/src/client/main_fsm.c
index b94af26..0674f6c 100644
--- a/src/client/main_fsm.c
+++ b/src/client/main_fsm.c
@@ -70,7 +70,7 @@
 
 	env[i++] = talloc_asprintf(env, "REMSIM_SIM_VCC=%u", bc->last_status.flags.vcc_present);
 	env[i++] = talloc_asprintf(env, "REMSIM_SIM_RST=%u", bc->last_status.flags.reset_active);
-	/* TODO: SIM card state CLK */
+	env[i++] = talloc_asprintf(env, "REMSIM_SIM_CLK=%u", bc->last_status.flags.clk_active);
 
 	env[i++] = talloc_asprintf(env, "REMSIM_CAUSE=%s", cause);
 

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

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: Iecc6002a8effaae7d8c3cab2aa4c6109f83f35b2
Gerrit-Change-Number: 17362
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-CC: Jenkins Builder
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20200304/abba3fca/attachment.htm>


More information about the gerrit-log mailing list