6) Assuming mobicents ss7-simulator is started already you should see on jboss console "10:21:28,046 WARN [SccpStackImpl-SccpStack] Rx : MTP-RESUME: AffectedDpc=2" indicating that USSD Gateway M3UA layer is now connected with ss7-simulator | |
7) Dial *519# on ss7-simulator and you should see USSD getting exchanged between simulator and server Currently, when I run the SS7 Simulator, it starts, and when I try to make it start like this (see below), it fails: I set Mobicents IP : 127.0.0.1, and Port : 3435 (I checked with netcat, and that port is open), am just not sure whether this is the right port I should be using, someone on IRC had told me in this place is supposed to be put the port for the Mobicents SS7 Service (am not sure which it is). Simulator IP : 127.0.0.1 Simulator Port : 8012 I chose port 8012 for the Simulator because in the given example (ussdgateway README), they indicate the port 8012 as the peer port for the Association Assoc1, so am asuming that this must be the port that the Simulator should listen on? 5.1) sctp association create Assoc1 CLIENT 127.0.0.1 8012 127.0.0.1 8011 ---------- But when I try to start the simulator with those params above, it fails with log "Failed to initiate connection." and on stderr : java.net.BindException: Address already in use Yet, currently, no process is binding to that port! To make this worse, I can't find the docs for SS7 Simulator, though the README says : ----------------
Am a total newbie to both Mobicents and SS7, but am currently using the book Signalling Systems No. 7 (SS7/C7) -- Lee Dryburgh, Jeff Hewett, but can't even see how to leverage the theory in that book in terms of configuring and using the Mobicents Stack well, so any help possible is welcome. My ultimate goal is to be able to test the ussdgateway, then be able to use it in production (with some modifications) for ussd apps for a client. Thanks. |