<p>neels has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-msc/+/15952">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">msc_vlr_test_call: rename lu_utran_tmsi<br><br>Change-Id: I46a41321e6d1be3672a56a6e3cc36f013fdcd396<br>---<br>M tests/msc_vlr/msc_vlr_test_call.c<br>M tests/msc_vlr/msc_vlr_test_call.err<br>2 files changed, 16 insertions(+), 16 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/52/15952/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/msc_vlr/msc_vlr_test_call.c b/tests/msc_vlr/msc_vlr_test_call.c</span><br><span>index dfa3141..339233c 100644</span><br><span>--- a/tests/msc_vlr/msc_vlr_test_call.c</span><br><span>+++ b/tests/msc_vlr/msc_vlr_test_call.c</span><br><span>@@ -43,7 +43,7 @@</span><br><span> </span><br><span> #define IMSI "901700000010650"</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-static void standard_lu()</span><br><span style="color: hsl(120, 100%, 40%);">+static void lu_utran_tmsi()</span><br><span> {</span><br><span>    struct vlr_subscr *vsub;</span><br><span> </span><br><span>@@ -173,7 +173,7 @@</span><br><span> </span><br><span>       fake_time_start();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  standard_lu();</span><br><span style="color: hsl(120, 100%, 40%);">+        lu_utran_tmsi();</span><br><span> </span><br><span>         BTW("after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector");</span><br><span>  auth_request_sent = false;</span><br><span>@@ -291,7 +291,7 @@</span><br><span> </span><br><span>         fake_time_start();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  standard_lu();</span><br><span style="color: hsl(120, 100%, 40%);">+        lu_utran_tmsi();</span><br><span> </span><br><span>         BTW("after a while, MNCC asks us to setup a call, causing Paging");</span><br><span> </span><br><span>@@ -394,7 +394,7 @@</span><br><span> </span><br><span>  fake_time_start();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  standard_lu();</span><br><span style="color: hsl(120, 100%, 40%);">+        lu_utran_tmsi();</span><br><span> </span><br><span>         BTW("after a while, MNCC asks us to setup a call, causing Paging");</span><br><span> </span><br><span>@@ -489,7 +489,7 @@</span><br><span> </span><br><span>  fake_time_start();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  standard_lu();</span><br><span style="color: hsl(120, 100%, 40%);">+        lu_utran_tmsi();</span><br><span> </span><br><span>         BTW("after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector");</span><br><span>  auth_request_sent = false;</span><br><span>@@ -585,7 +585,7 @@</span><br><span> </span><br><span>         fake_time_start();</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-  standard_lu();</span><br><span style="color: hsl(120, 100%, 40%);">+        lu_utran_tmsi();</span><br><span> </span><br><span>         BTW("after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector");</span><br><span>  auth_request_sent = false;</span><br><span>diff --git a/tests/msc_vlr/msc_vlr_test_call.err b/tests/msc_vlr/msc_vlr_test_call.err</span><br><span>index 07e10a5..8c394d0 100644</span><br><span>--- a/tests/msc_vlr/msc_vlr_test_call.err</span><br><span>+++ b/tests/msc_vlr/msc_vlr_test_call.err</span><br><span>@@ -189,11 +189,11 @@</span><br><span> DMSC msc_a(IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100:UTRAN-Iu:LU){MSC_A_ST_RELEASED}: Deallocated, including all deferred deallocations</span><br><span> - msub gone</span><br><span>   llist_count(&msub_list) == 0</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + standard_lu: now used by 2 (attached,standard_lu)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + lu_utran_tmsi: now used by 2 (attached,lu_utran_tmsi)</span><br><span>   vsub != NULL == 1</span><br><span>   strcmp(vsub->imsi, IMSI) == 0</span><br><span>   LAC == 23</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - standard_lu: now used by 1 (attached)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - lu_utran_tmsi: now used by 1 (attached)</span><br><span> </span><br><span> </span><br><span> - after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector</span><br><span>@@ -663,11 +663,11 @@</span><br><span> DMSC msc_a(IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100:UTRAN-Iu:LU){MSC_A_ST_RELEASED}: Deallocated, including all deferred deallocations</span><br><span> - msub gone</span><br><span>   llist_count(&msub_list) == 0</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + standard_lu: now used by 2 (attached,standard_lu)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + lu_utran_tmsi: now used by 2 (attached,lu_utran_tmsi)</span><br><span>   vsub != NULL == 1</span><br><span>   strcmp(vsub->imsi, IMSI) == 0</span><br><span>   LAC == 23</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - standard_lu: now used by 1 (attached)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - lu_utran_tmsi: now used by 1 (attached)</span><br><span> </span><br><span> </span><br><span> - after a while, MNCC asks us to setup a call, causing Paging</span><br><span>@@ -1134,11 +1134,11 @@</span><br><span> DMSC msc_a(IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100:UTRAN-Iu:LU){MSC_A_ST_RELEASED}: Deallocated, including all deferred deallocations</span><br><span> - msub gone</span><br><span>   llist_count(&msub_list) == 0</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + standard_lu: now used by 2 (attached,standard_lu)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + lu_utran_tmsi: now used by 2 (attached,lu_utran_tmsi)</span><br><span>   vsub != NULL == 1</span><br><span>   strcmp(vsub->imsi, IMSI) == 0</span><br><span>   LAC == 23</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - standard_lu: now used by 1 (attached)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - lu_utran_tmsi: now used by 1 (attached)</span><br><span> </span><br><span> </span><br><span> - after a while, MNCC asks us to setup a call, causing Paging</span><br><span>@@ -1559,11 +1559,11 @@</span><br><span> DMSC msc_a(IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100:UTRAN-Iu:LU){MSC_A_ST_RELEASED}: Deallocated, including all deferred deallocations</span><br><span> - msub gone</span><br><span>   llist_count(&msub_list) == 0</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + standard_lu: now used by 2 (attached,standard_lu)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + lu_utran_tmsi: now used by 2 (attached,lu_utran_tmsi)</span><br><span>   vsub != NULL == 1</span><br><span>   strcmp(vsub->imsi, IMSI) == 0</span><br><span>   LAC == 23</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - standard_lu: now used by 1 (attached)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - lu_utran_tmsi: now used by 1 (attached)</span><br><span> </span><br><span> </span><br><span> - after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector</span><br><span>@@ -1987,11 +1987,11 @@</span><br><span> DMSC msc_a(IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100:UTRAN-Iu:LU){MSC_A_ST_RELEASED}: Deallocated, including all deferred deallocations</span><br><span> - msub gone</span><br><span>   llist_count(&msub_list) == 0</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + standard_lu: now used by 2 (attached,standard_lu)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 + lu_utran_tmsi: now used by 2 (attached,lu_utran_tmsi)</span><br><span>   vsub != NULL == 1</span><br><span>   strcmp(vsub->imsi, IMSI) == 0</span><br><span>   LAC == 23</span><br><span style="color: hsl(0, 100%, 40%);">-DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - standard_lu: now used by 1 (attached)</span><br><span style="color: hsl(120, 100%, 40%);">+DREF VLR subscr IMSI-901700000010650:MSISDN-42342:TMSI-0x03020100 - lu_utran_tmsi: now used by 1 (attached)</span><br><span> </span><br><span> </span><br><span> - after a while, a new conn sends a CM Service Request. VLR responds with Auth Req, 2nd auth vector</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-msc/+/15952">change 15952</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-msc/+/15952"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-msc </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I46a41321e6d1be3672a56a6e3cc36f013fdcd396 </div>
<div style="display:none"> Gerrit-Change-Number: 15952 </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>