From 29718f96a4dcb44d255d5d6fe67695245f884c2b Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Thu, 29 Oct 2020 23:51:40 +0100 Subject: [PATCH] common SCCP: mention Lb interface Change-Id: I6f34c326ac8fc3cb6c5e24a0d514b6dbfaef05b3 --- common/chapters/cs7-config.adoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/common/chapters/cs7-config.adoc b/common/chapters/cs7-config.adoc index a0957fd..394da82 100644 --- a/common/chapters/cs7-config.adoc +++ b/common/chapters/cs7-config.adoc @@ -59,6 +59,7 @@ cs7 instance 0 At the time of writing, SCCP/M3UA links involving Osmocom program are: - A-interface: OsmoBSC to OsmoMSC +- Lb-interface: OsmoBSC to OsmoSMLC - IuCS-interface: OsmoHNBGW to OsmoMSC - IuPS-interface: OsmoHNBGW to OsmoSGSN - Lb-interface: OsmoSMLC to OsmoBSC @@ -123,6 +124,7 @@ address, typically by point-code, to contact. For example, - OsmoBSC needs to know the MSC's point-code, to be able to establish the A-interface. +- OsmoBSC needs to know the SMLC's point-code, to be able to establish the Lb-interface. - OsmoHNBGW needs to know the MSC's point-code, to be able to establish the IuCS-interface. - OsmoHNBGW needs to know the SGSN's point-code, to be able to establish the IuPS-interface. @@ -149,6 +151,16 @@ msc 0 msc-addr my-remote-msc ---- +- An OsmoBSC configures the SMLC's remote SCCP address: + +---- +cs7 instance 0 + sccp-address my-remote-smlc + point-code 0.42.6 +smlc + smlc-addr my-remote-smlc +---- + - An HNBGW configures both the remote MSC's and SGSN's SCCP addresses: ----