Quantcast
Channel: Charles Roufay – Telestax Docs Online
Viewing all articles
Browse latest Browse all 36

USSD – How to Configure Multi-tenancy and Initiate SCTP Session

$
0
0

This tutorial will show you how to start the Telscale USSD Gateway and make it act as a CLIENT that will initiate SCTP connection. You will also learn how to configure Telscale USSD Gateway to connect to 2 operators in a multi-tenancy setup.

Requirements

  • It is assumed you are familiar with the basics of SS7 topology and Telscale USSD Gateway
  • You have installed Telscale USSD Gateway version TelScale-ussd-6.2.1.257 or higher
  • You have installed LKSCTP on your server
  • You have Java JDK 1.7x installed

Network Diagram for this tutorial

Telscale USSD Multi-tenancy setup

 

Step 1 – Start Telscale USSD and Connect to the SS7 Command Line Interface

  • Go to $USSD_HOME/jboss-5.1.0.GA/bin/run.sh -b 192.168.1.3

Connect to the SS7 command line window

  • $USSD_HOME/jboss-5.1.0.GA/bin/ss7-cli.sh

This will show an output similar to the one be

  • version=6.2.5.GA-TelScale,name=TelScale CLI,prefix=telscale,vendor=TeleStax
    telscale>

At the telscale> prompt, connect to the USSD server on IP 192.168.1.3 and on port 3435

  • telscale>connect 192.168.1.3 3435
  • Enter the Username : admin
  • Enter the Password : admin

Step 2 – Create a New Global Title and New Network ID

Got to ss7 command line terminal as mentioned in Step 1 and create a new Global Title for Network ID 1

  • telscale>ussd set ussdgt 923330053059 1

Check to make sure you now have 2 new GT and Network ID

  • telscale(192.168.1.3:3435)>ussd get ussdgt
    ussdgt = networkId=0 – GT=923330053058
    networkId=1 – GT=923330053059

You should now see the new Global Title and Network ID 1 you created above and the default Global Title and Networkd ID 0

Step 3 – Create Short Code Routing Rules

telscale(192.168.1.3:3435)>ussd scrule create *519# http://192.168.1.3:8080/ussddemo/test true HTTP 1
telscale(192.168.1.3:3435)>ussd scrule create *666# http://192.168.1.3:8080/ussddemo/test true HTTP 0

http://192.168.1.3:8080/ussd-management/#

Under Routing Rules, you should see something similar to the screenshot below

Ussd_Short_code_routing_rules

 

Step 4 – Create SCTP Associations as CLIENTS

This step will ensure that the USSD will act as a client an initiate SCTP connect to Mobile Operators

SCTP association for Operator 1

  • telscale(192.168.1.3:3435)>sctp association create ass1 CLIENT 192.168.1.3 8011 192.168.1.3 8012 ​

SCTP association for Operator 2

  • telscale(192.168.1.3:3435)>sctp association create ass2 CLIENT 192.168.1.14 9011 192.168.1.3 9012

 

You can check the SCTP associations from the GUI by going to the following IP Address

  • http://192.168.1.3:8080/jss7-management-console/#
  • Click on : SCTP ->SCTPManagement -> Associations

Screenshot of the 2 Associations created above

SCTP_ASS1

 

Association 2

SCTP_ass2

 

Step 5 – Create M3UA  connection to be linked to the Associations created in the previous step

You have to create Application Server, then, create Application Server Process,

Create Application Server with Routing Context 102,Network Appearance 103 and IP Server Process (IPSP)

  • telscale(192.168.1.3:3435)>m3ua as create as1 IPSP mode SE rc 102 traffic-mode loadsharing network-appearance 103

Create Application Server Process and Link it to the SCTP Association created in step 3  above

  • telscale(192.168.1.3:3435)>m3ua asp create asp1 ass1

Link the Application Server Process (ASP) above to the Application Server (AS)

  • telscale(192.168.1.3:3435)>m3ua as add as1 asp1

Start the Application Server Process

  • telscale(192.168.1.3:3435)>m3ua asp start asp1

Create a route for the Application Server  Destination Point Code is 1, Originating Point Code is 2 and the Service Indicator is 3

  • telscale(192.168.1.3:3435)>m3ua route add as2 1 2 3

NOTE: The DPC 1 (Destination Point Code) must match the SPC from Operator 1 (see network diagram above) – The OPC 2 (Originating Point Code) must match the (OPC) of the USSD Gateway (see network diagram above). the Service Indicator 3 tells the system to use SCCP for routing.

You must create the same steps for Operator 2

  1. telscale(192.168.1.3:3435)>m3ua as create as2 IPSP mode SE rc 102 traffic-mode loadsharing network-appearance 101
  2. telscale(192.168.1.3:3435)>m3ua asp create asp2 ass2
  3. telscale(192.168.1.3:3435)>m3ua as add as2 asp2
  4. telscale(192.168.1.3:3435)>m3ua asp start asp2
  5. telscale(192.168.1.3:3435)>m3ua route add as1 8 2 3

In point number 2 the Application Server Process is linked to ass2 (Association 2) which connects using SCTP ports 9011 and 9012 respectively.

In point number 5 you createed a route for the Application Server  Destination Point Code is 8, Originating Point Code is 2 and the Service Indicator is 3. The DPC 8 matches the SPC from Operator 2

Here are some screenshots from the USSD JSS7 Management Console GUI

ASP 1

m3ua_asp1

ASP2

m3ua_asp2

M3UA ROUTERS

  m3ua_routers

Step 6 – Create  SCCP Connections SAP (Service Access Point)

Create a SAP (Service Access Point) connection for network id 0

  • telscale(192.168.1.3:3435)>sccp sap create 1 1 2 2 networkid 0

The above parameters are as follow

  • 1 = The unique number that identifiers the SAP
  • 1 = The MTP3 id, this identifies the M3UA, there is only one
  • 2 = The OPC field must match the USSD Gateway SPC (see network diagram above)
  • 2 = Network Indicator is set to 2 for National routing and 0 is used for International routing
  • 0 = default network id as explained in step 2

Create a MTP3 Destination for the SAP connection

  • telscale(192.168.1.3:3435)>sccp dest create 1 1 1 1 0 255 255

The above parameters are as follow

  • 1 = This matches the identifier of the SAP above
  • 1 = A unique identifier of this MTP3 Destination
  • 1 = First Point Code. This must match the SPC of Operator 1 (see network diagram above)
  • 1 = Last Point Code
  • 0 = First SLS (Signaling Link Selector (SLS)— An identifier used for load sharing across linksets and links)
  • 255 = Last SLS
  • 255 = SLS Mask

 

Screenshots from the SS7 Management Console GUI

SAP and MTP Destination

SCCP_SAP_DEST

Step 7 – Create  SCCP Connections RSP (Remote Signalling Point)

 

  • telscale(192.168.1.3:3435)>sccp rsp create 1 1 0 0

The above parameters are as follow

  • 1 = Unique identifier of this RSP
  • 1 = Remote SPC that matches the (Operator 1) SPC (see network diagram above)
  • 0 = Flag
  • 0 = Mask

Screenshots from the SS7 Management Console GUI

RSP

SCCP_RSP

Step 8 – Create  SCCP Connections RSS (Remote SubSystem)

  • telscale(192.168.1.3:3435)>sccp rss create 1 1 8 0

The above parameters are as follow

  • 1 = Unique identifier of this RSS
  • 1 = Remote SPC that matches the (Operator 1) SPC (see network diagram above)
  • 8 = Remote SSN that matches the (Operator 1) SSN (see network diagram above)
  • 0 = Flag

Screenshots from the SS7 Management Console GUI

RSS

SCCP_RSS

Step 9 – Create  SCCP Address

 

  • 1 = Unique identifier
  • 82 = Address indicator 82 means that the Global Title includes ( Translation Type, Numbering Plan and Encoding Scheme and Nature of Address) but routing will be based on PC and SSN
  • 1 = Point Code that must match (Operator 1) SPC (see network diagram above)
  • 8 = SubSystem Number that must match (Operator 1) SSN (see network diagram above)
  • 1 = Translation Type
  • 1 = Numbering Plan
  • 4 = Nature of Address – 4 represents International Carrier while 3 represents National Carrier
  • * = Global Title Digits. * represents wildcard.

Screenshots from the SS7 Management Console GUI

ADDRESS

SCCP_ADDRESS

Step 10 – Create  SCCP Rules

telscale(192.168.1.3:3435)>sccp rule create 2 K 82 1 8 1 1 4 * solitary 2 origination-type remoteOriginated networkid 0

  • 1 =  Unique identifier for the SCCP rule
  • K = <mask> Retain the original dialed digits of this section in the translated digits.
  • 82 = <address-indicator>(see Step 8 for more information)
  • 1 = <point-code>
  • 8 = <subsystem-number>
  • 1 =  <translation-type>
  • 1 = <numbering-plan>
  • 4 = <nature-of-address-indicator>
  • * = <digits>
  • solitary = <ruleType>
  • 1 = <primary-address-id> This matches the unique identifier of the address created in Step 8
  • origination-type remoteOriginated = This identifies means that the Operator 1 can send a USSD PULL
  • networkid 0 = This rule will add the network ID 0 to the any incoming message that matches the specified PC ans SSN

Screenshots from the SS7 Management Console GUI

SCCP RULE

SCCP_RULE

Step 11 – Create the same SCCP Configuration for Operator 2

Note that the networkid is set to 1. The SPC is 8 and the SSN is 8 (see network diagram at the top of the page)

  • telscale(192.168.1.3:3435)>sccp sap create 2 1 2 2 networkid 1
    telscale(192.168.1.3:3435)>sccp dest create 2 1 8  8 0 255 255
    telscale(192.168.1.3:3435)>sccp rsp create 2 8 0 0
    telscale(192.168.1.3:3435)>sccp rss create 2 8 8 0
    telscale(192.168.1.3:3435)>sccp address create 2 82 8 8 1 1 4 *
    telscale(192.168.1.3:3435)>sccp rule create 2 K 82 8 8 1 1 4 * solitary 2 origination-type remoteOriginated networkid 1

Step 12 – Simulate the Operator’s Connection by starting the JSS7 Simulator as a Server

Go to $USSD_HOME/tools/TelScale-jss7-simulator/bin

Change the permission of the all .sh file to execute

  • chmod +x *.sh

Start the simulator

  • ./run.sh gui

 

Press the Start button

JSS7_SIM1

 

Press the edit button to configure M3UA as shown below

JSS7_SIM2

Configure the M3UA settings as below to simulate Operator 1 network as shown below

JSS7_SIM_M3UA

Configure the SCCP settings as below to simulate Operator 1 network as shown below. Not that Routing is based on DPC and SSN

JSS7_SIM_SCCP

  • Save the configuration and go back to the main window
  • Press the button Run Test
  • You will see a screenshot similar to the one below

JSS7_SIM_RUN_TEST

  • In the “Message text” box type the short code *666# and press the button “Send ProcessUnstructuredRequest”
  • You will see the Message in the message above that prompts you to choose either 1 for “Hello World” or 2 for “Remaining Balance”
  • Delete the text in the “Message text” box and enter your choice (1 or 2), then, press the button “Send UnstructureResponse”.
  • You will receive a final reply from the USSD Server

 

Step 13 – Simulate the Operator 2 from the IP 192.168.1.14

Start the JSS7 from another computer.

Go to $USSD_HOME/tools/TelScale-jss7-simulator/bin

Change the permission of the all .sh file to execute

  • chmod +x *.sh

Start the simulator

  • ./run.sh gui

Press the Start button and follow the same procedure as in Step 12.

The SCTP M3UA configuration should use the following IP address:

  • SCTP Local Host IP = 192.168.1.14
  • SCTP Local Host Port = 9011
  • SCTP Remote Host IP = 192.168.1.3
  • SCTP Remotet Port = 9012
  • M3UA DPC = 2
  • M3UA OPC = 8
  • M3UA Service Indicator  = 3

The SCCP Setting should use

  • Local SPC = 8
  • Local SSN = 8
  • Remote SPC = 2
  • Remote SSN = 8

The post USSD – How to Configure Multi-tenancy and Initiate SCTP Session appeared first on Telestax Docs Online.


Viewing all articles
Browse latest Browse all 36

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>