<div dir="ltr">Sukchan,<div><br></div><div>The currently identation of this configuration is :</div><div><br></div><div>    sgsap:<br>        addr: 127.0.0.1<br>        port: 29118<br>        tai:<br>           plmn_id:<br>             mcc: 001<br>             mnc: 01<br>             tac: 12345<br>        lai:<br>           plmn_id:<br>             mcc: 002<br>             mnc: 02<br>             lac: 51212<br><br>sgw:<br>    gtpc:<br>      addr: 127.0.0.2<br><br></div><div><br></div><div>I think that is better be like this:</div><div><br></div><div><br></div><div>sgsap:<br>     addr: 127.0.0.1<br>     port: 29118<br>        tai:<br>           plmn_id:<br>             mcc: 001<br>             mnc: 01<br>             tac: 12345<br>        lai:<br>           plmn_id:<br>             mcc: 002<br>             mnc: 02<br>             lac: 51212<br><br>sgw:<br>    gtpc:<br>      addr: 127.0.0.2<br></div><div><br></div><div>What do you think? the sgsap tag will be in the root_key, like the sgw and pgw.</div><div><br></div><div>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 Sun, Jul 14, 2019 at 2:08 AM Sukchan Lee <<a href="mailto:acetcom@gmail.com">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">Hi Romeu,<div><br></div><div>FYI, your update uses the config as follows</div><div><br></div><div>plmn_id:</div><div>      mcc: 001</div><div>      mnc: 01</div><div>      tac: 33</div><div><br></div><div>However it is not good since tac is not included in plmn_id. As such, I've fixed it as below</div><div><div>plmn_id:</div><div>      mcc: 001</div><div>      mnc: 01</div><div>tac: 33</div><div><br></div></div><div>In YAML world, indentation is very important.</div><div><br></div><div>Please see the ./support/config/<a href="http://nextepc.conf.in" target="_blank">nextepc.conf.in</a> and ./test/<a href="http://sample-csfb.in" target="_blank">sample-csfb.in</a></div><div>In current master branch, the above configuration is working fine.</div><div><br></div><div>Thanks a lot!</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 2:03 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">Oh,<div><br></div><div>It was just the identation from the config file.</div><div><br></div><div>Thanks</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 1:51 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">Sukchan,<div><br></div><div>After the push the modification i try here and the sgs connection is not established anymore.</div><div><br></div><div>I'm trying to find where I made some error.</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 Sun, Jul 14, 2019 at 1:21 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 man,<div><br></div><div>I finished and generate the pull request.</div><div><br></div><div>Thanks</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Sat, Jul 13, 2019 at 11:00 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,<div><br></div><div>It's perfect your idea.</div><div><br></div><div>Tomorow i will do it and send to you a pull request!</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 Sat, Jul 13, 2019 at 10:59 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">Hi Romeu,<div><br></div><div>I actually have no experience to deploy LTE to the field at all. If so, please let me know anything.</div><div><br></div><div>By the way, is it reasonable to change the configuration file like this?</div><div><div><br></div><div>sgsap:<br>      addr: 127.0.0.2<br>      port: 29119</div><div>      tai:<br>         plmn_id:<br>            mcc: 001<br>            mnc: 01</div><div>        tac: 4130<br></div><div>      lai:<br></div><div>         plmn_id:</div><div>           mcc: 002</div><div>           mnc: 02<br>         lac: 43690</div></div><div><br></div><div>And also, if you're comfortable working, I'll give you the commit permission.</div><div>Of course, you can work pull request like now.</div><div><br></div><div>Feel free to ask me anything!</div><div><br></div><div>Thanks a lot!</div></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>