<p style="white-space: pre-wrap; word-wrap: break-word;">This change is ready for review.</p><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16695">View Change</a></p><p>1 comment:</p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0;"><p><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16695/1//COMMIT_MSG">Commit Message:</a></p><ul style="list-style: none; padding: 0;"><li style="margin: 0; padding: 0 0 0 16px;"><p style="margin-bottom: 4px;"><a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16695/1//COMMIT_MSG@9">Patch Set #1, Line 9:</a> <code style="font-family:monospace,monospace">Makes the test cases fail because typeOfIdentity != '001'B.</code></p><p><blockquote style="border-left: 1px solid #aaa; margin: 10px 0; padding: 0 10px;">Well, I am not sure whether it's my fault (field order mismatch?) or a bug in OsmoPCU :/</blockquote></p><p style="white-space: pre-wrap; word-wrap: break-word;">I have (manually) verified the contents of Mobile Identity in Packet Paging Request, and it looks just fine. I also prepared a patch for Wireshark (https://code.wireshark.org/review/35625), and that's what I am getting:</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">ACKET_PAGING_REQUEST (34) (downlink)<br>  1000 10.. = MESSAGE_TYPE (DL): PACKET_PAGING_REQUEST (34)<br>  .... ..00 = PAGE_MODE: Normal Paging (0)<br>  0... .... = Exist_PERSISTENCE_LEVEL: 0<br>  .0.. .... = Exist_NLN: 0<br>  ..1. .... = Repeated_Page_info Exist: 1<br>  Repeated_Page_info<br>    ...1 .... = Repeated_Page_info:  (Union)<br>    u.Page_req_RR<br>      .... 1... = Page_request_for_RR_conn:  (Union)<br>      u.Mobile_Identity<br>        .... .100  0... .... = Length_of_Mobile_Identity_contents: 8<br>        0010 .... = Identity Digit 1: 2<br>        .... 1... = Odd/even indication: Odd number of identity digits<br>        .... .001 = Mobile Identity Type: IMSI (1)<br>        IMSI: 262420000000042<br>        [Association IMSI: 262420000000042]<br>            Mobile Country Code (MCC): Germany (262)<br>            Mobile Network Code (MNC): Vodafone GmbH (42)<br>      .00. .... = CHANNEL_NEEDED: 0<br>      ...0 .... = Exist_eMLPP_PRIORITY: 0</pre><p style="white-space: pre-wrap; word-wrap: break-word;">This must be a problem of TITAN's codec: we're trying to use record MobileIdentityV on non-octet-aligned buffer. Any ideas how to resolve this?</p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">mobile_identity := {<br>  len := 8,<br>  mobile_id := {<br>    typeOfIdentity := '010'B,<br>    oddEvenInd_identity := {<br>      imei := {<br>        oddevenIndicator := '1'B,<br>        digits := '894900000000090'H<br>      }<br>    }<br>  }<br>}</pre></li></ul></li></ul><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/16695">change 16695</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-ttcn3-hacks/+/16695"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-ttcn3-hacks </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I0afdd53fd5d2a89e139f65a7aec412a2e12511cc </div>
<div style="display:none"> Gerrit-Change-Number: 16695 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@osmocom.org> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Comment-Date: Thu, 02 Jan 2020 21:42:34 +0000 </div>
<div style="display:none"> Gerrit-HasComments: Yes </div>
<div style="display:none"> Gerrit-Has-Labels: No </div>
<div style="display:none"> Comment-In-Reply-To: fixeria <axilirator@gmail.com> </div>
<div style="display:none"> Comment-In-Reply-To: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: comment </div>