<div dir="ltr">Hello Sukchan,<div><br></div><div>In some situations the CSFB will be realized in a partner network, (Another GSM/3G Network), with this the MNC and MCC will be different.</div><div><br></div><div>I suggest this configuration format for this case:</div><div><br></div><div>    sgsap:<br>      addr: 127.0.0.2<br>      port: 29119<br>      plmn_id:<br>        mcc: 001<br>        mnc: 01</div><div>      dest_plmn_id:</div><div>        mcc: 002</div><div>        mnc: 02<br>      tac: 4130<br>      lac: 43690<br><br></div><div><br>With this, the RegistredLAI will have this information MCC: 002, MNC: 02 and LAI: 43690.</div><div><br></div><div>If you agree with this I can implement this.</div><div><br>Thanks</div><div><br></div><div>Romeu Medeiros</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 13, 2019 at 9:03 PM Romeu Medeiros <<a href="mailto:medeiros@medeiros.eng.br">medeiros@medeiros.eng.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto">Hello Sukchan,</div></div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">I already go out from the lab today, but Monday I will made this test that you ask for.</div><div dir="auto"><br></div><div dir="auto"><br></div><div dir="auto">Have a great day there.</div><div dir="auto"><br></div><div dir="auto">Romeu Medeiros </div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Em sáb, 13 de jul de 2019 às 21:01, Sukchan Lee <<a href="mailto:acetcom@gmail.com" target="_blank">acetcom@gmail.com</a>> escreveu:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Romeu,<div><br></div><div>I'm really appreciate testing CSFB even though I have never been testing this feature in the lab.</div><div><br></div><div>BTW, I have one question. If we want to remove Security-Related IE in UE Context Modification Request,</div><div>I think NextEPC should not derive kENB in Extended Service Request handler.</div><div><br></div><div>Nevertheless, I've merged your pull request since it is properly worked at first. ^^;</div><div><br></div><div>If your lab is available, could you test one more by removing the following code?</div><div><br></div><div>In src/mme/emm-handler.c</div><div>586     if (SECURITY_CONTEXT_IS_VALID(mme_ue)) {<br>587         mme_kdf_enb(mme_ue->kasme, mme_ue->ul_count.i32, mme_ue->kenb);<br>588         mme_kdf_nh(mme_ue->kasme, mme_ue->kenb, mme_ue->nh);<br>589         mme_ue->nhcc = 1;<br>590     }<br></div><div><br></div><div>Just test it. If my expectation is true, I will fix all other things.</div><div><br></div><div>Thank you for your GREAT job!</div><div><br></div><div>Best regards,</div><div>    Sukchan</div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sun, Jul 14, 2019 at 8:04 AM Romeu Medeiros <<a href="mailto:medeiros@medeiros.eng.br" target="_blank">medeiros@medeiros.eng.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello Sukchan,<div><br></div><div>Now after remove this everything run correctly.</div><div><br></div><div><div><img src="cid:ii_jy24ztm42" alt="image.png" style="width: 736px; max-width: 100%;"><br></div></div><div><br></div><div>I will made the change more beatiful and pull the modification to the git to you aprove.</div><div><br>Thanks</div><div><br></div><div>Romeu Medeiros</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 13, 2019 at 6:50 PM Romeu Medeiros <<a href="mailto:medeiros@medeiros.eng.br" target="_blank">medeiros@medeiros.eng.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">I found this in the 3GPP documentations [1]:<div><br></div><div><div><img src="cid:ii_jy22br0z1" alt="image.png" style="width: 736px; max-width: 100%;"><br></div></div><div><br></div><div>I will change the code to send only the CSFallback indicator in this case to see if can solve the problem.</div><div><br></div><div>Thanks</div><div><br></div><div>Romeu Medeiros</div><div><br></div><div>1.<a href="https://www.etsi.org/deliver/etsi_ts/136400_136499/136413/09.10.00_60/ts_136413v091000p.pdf" target="_blank">https://www.etsi.org/deliver/etsi_ts/136400_136499/136413/09.10.00_60/ts_136413v091000p.pdf</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 13, 2019 at 6:35 PM Romeu Medeiros <<a href="mailto:medeiros@medeiros.eng.br" target="_blank">medeiros@medeiros.eng.br</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hello Sukchan and friends.<div><br></div><div>I'm trying to use the CSFB in test lab, and every time that nextepc send the UEContextModificationRequest, the UE respond with an UEContextModificationFaliure [ Protocol-cause=semantic-error ].</div><div><br></div><div><div><img src="cid:ii_jy21t1v40" alt="image.png" style="width: 736px; max-width: 100%;"><br></div></div><div><br></div><div>I'm looking why I'm getting this. Someone have any idea?</div><div><br></div><div>Thanks</div><div><br></div><div>Romeu Medeiros</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jul 11, 2019 at 12:15 PM Sukchan Lee <<a href="mailto:acetcom@gmail.com" target="_blank">acetcom@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Dear Osmocom & NextEPC Community,</div><div><br></div>Today I've added CS Fallback and released NextEPC v0.5.0<div><br></div><div>So, I'd just like to test this part with Osmocom project, but it seems to be a difficult task. The reason is why I have little knowledge about 2G/3G. Nevertheless, I will try to do it</div><div><br></div><div>BTW, I don't know if there is anyone who wants to integrate this big thing.</div><div>Even though I'm not sure if this will help, but let me introduce the configuration of the NextEPC.</div><div><br></div><div>To use SGsAP, change the mme.conf as follows:</div><div><br></div><div>#<br>#  <sgsap><br>#<br>#  o Single MSC/VLR<br>#    sgsap:<br>#      addr: 127.0.0.2<br>#      plmn_id:<br>#        mcc: 001<br>#        mnc: 01<br>#      tac: 4130<br>#      lac: 43690<br>#<br>#  o Multiple MSC/VLR<br>#    sgsap:<br>#      - addr: 127.0.0.2<br>#        plmn_id:<br>#          mcc: 001<br>#          mnc: 01<br>#        tac: 4131<br>#        lac: 43692<br>#      - addr<br>#         - 127.0.0.3<br>#         - fe80::2%lo0<br>#        plmn_id:<br>#          mcc: 001<br>#          mnc: 01<br>#        tac: 4132<br>#        lac: 43692<br>#      - name: <a href="http://msc.open5gs.org" target="_blank">msc.open5gs.org</a><br>#        plmn_id:<br>#          mcc: 001<br>#          mnc: 01<br>#        tac: 4133<br>#        lac: 43693<br>#<br></div><div><br></div><div>FYI, I also attach the pcap that I run with nextepc simulator as below.</div><div><br></div><div>$ ./tests/testcsfb<br>mo-idle-test        : SUCCESS<br>mt-idle-test        : SUCCESS<br>mo-active-test      : SUCCESS<br>mt-active-test      : SUCCESS<br>All tests passed.<br></div><div><br></div><div>Feel free to raise any questions about this things.</div><div><br></div><div>Best Regards,</div><div>    Sukchan</div><div><br></div></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div></div>
</blockquote></div>