pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36571?usp=email )
Change subject: hnbgw: osmo-hnbgw.cfg: Update filet to make it similar to the one in docker-playground ...................................................................... hnbgw: osmo-hnbgw.cfg: Update filet to make it similar to the one in docker-playground Change-Id: I02338c4bc43e04d47c92c484532fcc48edf0222d --- M hnbgw/osmo-hnbgw.cfg 1 file changed, 36 insertions(+), 4 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/36571/1 diff --git a/hnbgw/osmo-hnbgw.cfg b/hnbgw/osmo-hnbgw.cfg index 8a9774b..2ed6905 100644 --- a/hnbgw/osmo-hnbgw.cfg +++ b/hnbgw/osmo-hnbgw.cfg @@ -2,18 +2,26 @@ ! OsmoHNBGW (1.1.0) configuration saved from vty !! ! +log gsmtap 127.0.0.1 + logging level set-all debug + logging filter all 1 +! log stderr logging filter all 1 - logging color 1 - logging print category-hex 1 + logging color 0 + logging print category-hex 0 logging print category 1 + logging print level 1 logging print thread-id 0 logging print extended-timestamp 1 - logging print file 1 + logging print file basename last logging level set-all debug ! line vty no login + bind 0.0.0.0 +ctrl + bind 0.0.0.0 ! stats interval 0 @@ -27,30 +35,42 @@ enable cs7 instance 0 + asp asp-clnt-msc-0 2905 2905 m3ua + local-ip 127.0.0.1 + remote-ip 127.0.0.2 + role asp + sctp-role client point-code 0.23.5 - sccp-address msc-naught + routing-indicator PC point-code 0.23.4 sccp-address msc-one + routing-indicator PC point-code 0.0.2 sccp-address msc-two + routing-indicator PC point-code 0.0.3 sccp-address msc-three + routing-indicator PC point-code 0.0.4 sccp-address sgsn-naught + routing-indicator PC point-code 0.23.1 sccp-address sgsn-one + routing-indicator PC point-code 0.1.2 sccp-address sgsn-two + routing-indicator PC point-code 0.1.3 sccp-address sgsn-three + routing-indicator PC point-code 0.1.4 hnbgw @@ -59,6 +79,9 @@ local-ip 127.0.0.1 local-port 29169 hnbap-allow-tmsi 1 + mgw 0 + mgw local-ip 127.0.0.1 + mgw remote-ip 127.0.0.1 # don't spam RANAP RESET messages for up to eight CN links across all tests timer hnbgw T4 60 # reduce default X31 from 15 seconds -- To view, visit https://gerrit.osmocom.org/c/osmo-ttcn3-hacks/+/36571?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ttcn3-hacks Gerrit-Branch: master Gerrit-Change-Id: I02338c4bc43e04d47c92c484532fcc48edf0222d Gerrit-Change-Number: 36571 Gerrit-PatchSet: 1 Gerrit-Owner: pespin <[email protected]> Gerrit-MessageType: newchange
