Fix SGsAP functioning with latest osmomsc and omsohlr
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user