Change in osmo-remsim[master]: remsim-client: Differentiate the two rspro_client_fsm instances by name

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
Sat Dec 14 22:59:57 UTC 2019


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


Change subject: remsim-client: Differentiate the two rspro_client_fsm instances by name
......................................................................

remsim-client: Differentiate the two rspro_client_fsm instances by name

They were both called "server", which can be confusing.  Now the
bankd-facing FSM has the identity of "bankd"

Change-Id: I2626f92202717880c678ce219a14872538713f4e
---
M src/simtrace2-remsim_client.c
1 file changed, 1 insertion(+), 0 deletions(-)



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

diff --git a/src/simtrace2-remsim_client.c b/src/simtrace2-remsim_client.c
index d54e963..fc5ac55 100644
--- a/src/simtrace2-remsim_client.c
+++ b/src/simtrace2-remsim_client.c
@@ -849,6 +849,7 @@
 		fprintf(stderr, "Unable to create bankd conn FSM: %s\n", strerror(errno));
 		exit(1);
 	}
+	osmo_fsm_inst_update_id(bankdc->fi, "bankd");
 
 	asn_debug = 0;
 

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

Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I2626f92202717880c678ce219a14872538713f4e
Gerrit-Change-Number: 16588
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20191214/06f38a4e/attachment.htm>


More information about the gerrit-log mailing list