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!