hnbgw: comment

Change-Id: I8de926f5c05a83e15dd03a40638caceb5fedb4e2
This commit is contained in:
Neels Hofmeyr 2023-04-16 01:49:38 +02:00 committed by neels
parent cf6dc49a2c
commit b869dc895a
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ modulepar {
RAN_Configuration mp_sgsn_cfg := {
transport := RANAP_TRANSPORT_IuCS,
sccp_service_type := "mtp3_itu",
sctp_addr := { 23906, "127.0.0.1", 2905, "127.0.0.1" },
sctp_addr := { /* local */ 23906, "127.0.0.1", /* remote */ 2905, "127.0.0.1" },
own_pc := 185, /* 0.23.1 first SGSN emulation */
own_ssn := 142,
peer_pc := 189, /* 0.23.5 osmo-hnbgw */