Thanks a lot!

Have a good day there! Everything is running, 

Monday I will test the code that you asked before!

Good weekend there.

On Sun, Jul 14, 2019 at 2:22 AM Sukchan Lee <acetcom@gmail.com> wrote:
Hi Romeu,

With your configuration syntax, tai and lai become subgroups of port. If port is omitted, these will be subgroups of addr. And also, as I mentioned earlier, tac become subgroups of plmn_id.

For reference, I will paste the example in support/config/nextepc.conf.in here again.

sgsap:
      - addr: 127.0.0.2
        tai:
          plmn_id:
            mcc: 001
            mnc: 01
          tac: 4131
        lai:
          plmn_id:
            mcc: 001
            mnc: 01
          lac: 43691
      - addr
         - 127.0.0.3
         - fe80::2%lo0
        tai:
         plmn_id:
            mcc: 001
            mnc: 01
          tac: 4132
        lai:
          plmn_id:
            mcc: 002
            mnc: 02
          lac: 43692
      - name: msc.open5gs.org
        tai:
          plmn_id:
            mcc: 001
            mnc: 01
          tac: 4133
        lai:
          plmn_id:
            mcc: 002
            mnc: 02
          lac: 43693
Thanks!