pespin has posted comments on this change by pespin. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/41426?usp=email )
Change subject: Configure all ttcn-3 SCCP endpoints to match IUT ss7 network-indicator ......................................................................
Patch Set 2:
(1 comment)
Patchset:
PS2: @laforge@gnumonks.org I see a problem here: Cisco ITP manual states "national" (10) is the default, but we so far have been setting no explicit default in code during ss7_instance_alloc(), which means our defualt is "international" (00).
So we either: * keep our own default as "international" (00) different from Cisco ITP and merge this commit as presented now. * Change our default to be "national" (10) in libosmo-sigtran and adapt this commit to make sure we use sio "83" everywhere instead of "03".