diff --git a/osmohlr/Dockerfile b/osmohlr/Dockerfile index 4c3271d..85bef94 100644 --- a/osmohlr/Dockerfile +++ b/osmohlr/Dockerfile @@ -39,4 +39,4 @@ RUN wget $OSMOCOM_REPO/Release.key && \ apt-get update && apt-get install -f && apt-get --install-suggests -y install osmo-hlr CMD /mnt/osmohlr/osmohlr_init.sh && \ - cd /mnt/osmohlr && /usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg + cd /mnt/osmohlr && /usr/bin/osmo-hlr -c /etc/osmocom/osmo-hlr.cfg --db-upgrade diff --git a/osmohlr/osmo-hlr.cfg b/osmohlr/osmo-hlr.cfg index d2599ac..58e0877 100644 --- a/osmohlr/osmo-hlr.cfg +++ b/osmohlr/osmo-hlr.cfg @@ -7,7 +7,7 @@ log stderr logging print category 1 logging timestamp 1 logging print extended-timestamp 1 - logging level all debug + logging level all info logging level linp error ! line vty @@ -16,5 +16,6 @@ line vty ctrl bind 127.0.0.1 hlr + subscriber-create-on-demand 5 cs+ps gsup bind ip OSMOHLR_IP diff --git a/osmomsc/osmo-msc.cfg b/osmomsc/osmo-msc.cfg index 39bd913..0a4e5eb 100644 --- a/osmomsc/osmo-msc.cfg +++ b/osmomsc/osmo-msc.cfg @@ -1,11 +1,17 @@ ! ! OsmoMSC configuration saved from vty ! +log stderr + logging filter all 1 + logging color 1 + logging print category 1 + logging timestamp 1 + logging print extended-timestamp 1 + logging level all info + logging level linp error +! line vty no login - bind 127.0.0.1 -ctrl - bind 127.0.0.1 ! network network country code MCC @@ -15,6 +21,17 @@ network encryption a5 0 rrlp mode none mm info 1 + mgw 0 + remote-ip 127.0.0.1 + remote-port 2427 + local-port 2728 +cs7 instance 0 + point-code 0.23.1 + asp asp-clnt-OsmoMSC-A-Iu 2905 0 m3ua + ! where to reach the STP: + remote-ip 127.0.0.5 + role asp + sctp-role client msc assign-tmsi auth-tuple-max-reuse-count 3