<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18768">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">log: add MSC number to bsc_subscr_conn_fsm id<br><br>Change-Id: Iae232d0616d6c0009e3abe2dcfcb9c51ddfc761e<br>---<br>M src/osmo-bsc/bsc_subscr_conn_fsm.c<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-bsc refs/changes/68/18768/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/osmo-bsc/bsc_subscr_conn_fsm.c b/src/osmo-bsc/bsc_subscr_conn_fsm.c</span><br><span>index 3da9d66..ebf650a 100644</span><br><span>--- a/src/osmo-bsc/bsc_subscr_conn_fsm.c</span><br><span>+++ b/src/osmo-bsc/bsc_subscr_conn_fsm.c</span><br><span>@@ -1067,7 +1067,8 @@</span><br><span> /* Compose an FSM ID, if possible from the current subscriber information */</span><br><span> void gscon_update_id(struct gsm_subscriber_connection *conn)</span><br><span> {</span><br><span style="color: hsl(0, 100%, 40%);">-     osmo_fsm_inst_update_id_f(conn->fi, "conn%u%s%s",</span><br><span style="color: hsl(120, 100%, 40%);">+        osmo_fsm_inst_update_id_f(conn->fi, "msc%u-conn%u%s%s",</span><br><span style="color: hsl(120, 100%, 40%);">+                            conn->sccp.msc->nr,</span><br><span>                            conn->sccp.conn_id,</span><br><span>                               conn->bsub? "_" : "",</span><br><span>                                 conn->bsub? bsc_subscr_id(conn->bsub) : "");</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-bsc/+/18768">change 18768</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-bsc/+/18768"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-bsc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Iae232d0616d6c0009e3abe2dcfcb9c51ddfc761e </div>
<div style="display:none"> Gerrit-Change-Number: 18768 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>