pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40625?usp=email )
Change subject: hnbgw: swap first MSC and SGSN PC to be usual default ones ...................................................................... hnbgw: swap first MSC and SGSN PC to be usual default ones 0.23.1 and 0.23.4 are default remote PCs to be used by osmo-hnbgw to reach MSC and SGSN respectively, if no config is provided. In this testsuite config, however, they were swapped, which is confusing. Swap back the values so they match the default ones in osmo-hnbgw. Change-Id: Ib62258e340ecf8cbe1026e43ccccc6bf98932244 --- M hnbgw/HNBGW_Tests.ttcn M hnbgw/osmo-hnbgw-with-pfcp.cfg M hnbgw/osmo-hnbgw.cfg M hnbgw/osmo-stp.cfg 4 files changed, 10 insertions(+), 10 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/25/40625/1 diff --git a/hnbgw/HNBGW_Tests.ttcn b/hnbgw/HNBGW_Tests.ttcn index 0a27c01..d706b30 100644 --- a/hnbgw/HNBGW_Tests.ttcn +++ b/hnbgw/HNBGW_Tests.ttcn @@ -123,7 +123,7 @@ transport := RANAP_TRANSPORT_IuCS, sccp_service_type := "mtp3_itu", sctp_addr := { 23905, "127.0.0.1", 2905, "127.0.0.1" }, - own_pc := 188, /* 0.23.4 first MSC emulation */ + own_pc := 185, /* 0.23.1 first MSC emulation */ own_ssn := 142, peer_pc := 189, /* 0.23.5 osmo-hnbgw */ peer_ssn := 142, @@ -169,7 +169,7 @@ transport := RANAP_TRANSPORT_IuCS, sccp_service_type := "mtp3_itu", sctp_addr := { /* local */ 23906, "127.0.0.1", /* remote */ 2905, "127.0.0.1" }, - own_pc := 185, /* 0.23.1 first SGSN emulation */ + own_pc := 188, /* 0.23.4 first SGSN emulation */ own_ssn := 142, peer_pc := 189, /* 2237, 1.23.5 osmo-hnbgw */ peer_ssn := 142, diff --git a/hnbgw/osmo-hnbgw-with-pfcp.cfg b/hnbgw/osmo-hnbgw-with-pfcp.cfg index c4e1c08..0c23eb7 100644 --- a/hnbgw/osmo-hnbgw-with-pfcp.cfg +++ b/hnbgw/osmo-hnbgw-with-pfcp.cfg @@ -39,7 +39,7 @@ sccp-address msc-naught routing-indicator PC - point-code 0.23.4 + point-code 0.23.1 sccp-address msc-one routing-indicator PC @@ -55,7 +55,7 @@ sccp-address sgsn-naught routing-indicator PC - point-code 0.23.1 + point-code 0.23.4 sccp-address sgsn-one routing-indicator PC diff --git a/hnbgw/osmo-hnbgw.cfg b/hnbgw/osmo-hnbgw.cfg index e074b15..1fc69c6 100644 --- a/hnbgw/osmo-hnbgw.cfg +++ b/hnbgw/osmo-hnbgw.cfg @@ -47,7 +47,7 @@ routing-key 0 0.23.5 sccp-address msc-naught - point-code 0.23.4 + point-code 0.23.1 sccp-address msc-one point-code 0.0.2 @@ -59,7 +59,7 @@ point-code 0.0.4 sccp-address sgsn-naught - point-code 0.23.1 + point-code 0.23.4 sccp-address sgsn-one point-code 0.1.2 diff --git a/hnbgw/osmo-stp.cfg b/hnbgw/osmo-stp.cfg index b70a584..dc3b335 100644 --- a/hnbgw/osmo-stp.cfg +++ b/hnbgw/osmo-stp.cfg @@ -50,7 +50,7 @@ sctp-role server as virt-msc0 m3ua asp virt-msc0-0 - routing-key 1 0.23.4 + routing-key 1 0.23.1 asp virt-msc1-0 23907 2905 m3ua local-ip 127.0.0.1 @@ -77,7 +77,7 @@ sctp-role server as virt-sgsn0 m3ua asp virt-sgsn0-0 - routing-key 2 0.23.1 + routing-key 2 0.23.4 asp virt-sgsn1-0 23908 2905 m3ua local-ip 127.0.0.1 @@ -99,10 +99,10 @@ route-table system update route 0.23.5 7.255.7 linkset hnbgw0 - update route 0.23.4 7.255.7 linkset virt-msc0 + update route 0.23.1 7.255.7 linkset virt-msc0 update route 0.0.2 7.255.7 linkset virt-msc1 update route 0.0.3 7.255.7 linkset virt-msc2 - update route 0.23.1 7.255.7 linkset virt-sgsn0 + update route 0.23.4 7.255.7 linkset virt-sgsn0 update route 0.1.2 7.255.7 linkset virt-sgsn1 update route 0.1.3 7.255.7 linkset virt-sgsn2 listen m3ua 2905 -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/40625?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings?usp=email Gerrit-MessageType: newchange Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: Ib62258e340ecf8cbe1026e43ccccc6bf98932244 Gerrit-Change-Number: 40625 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <pes...@sysmocom.de>