opensecure / jss7

Automatically exported from code.google.com/p/jss7
0 stars 0 forks source link

CLI output. "hostPort" parameter missed equals("=") #259

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start SS7 service.
2. Connect from shell (ss7-run.bat)to SS7 service.
3. Create sctp association.
mobicents(127.0.0.1:3435)>sctp association create Assoc1 CLIENT 127.0.0.1 9999 
127.0.0.1 9999
Successfully added client Association=Assoc1
4. Show sctp associations
mobicents(127.0.0.1:3435)>sctp association show

What is the expected output? 

ASSOCIATION SCTP name=Assoc1 started=false peerIp=127.0.0.1 peerPort=9999 
hostIp=127.0.0.1 hostPort=9999 type=CLIENT

What do you see instead?

ASSOCIATION SCTP name=Assoc1 started=false peerIp=127.0.0.1 peerPort=9999 
hostIp=127.0.0.1 hostPort9999 type=CLIENT

What version of the product are you using? On what operating system?
mobicents-ss7-2.0.0.BETA4, windows XP

Please provide any additional information below.
"hostPort" parameter missed equals("=")

Original issue reported on code.google.com by voronchi...@gmail.com on 21 Mar 2013 at 12:03

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 27 Mar 2013 at 8:54

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 27 Mar 2013 at 4:01

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 18 Apr 2013 at 7:52

GoogleCodeExporter commented 9 years ago
2.0.x == http://code.google.com/p/jss7/source/detail?r=52f30326a714
master == 
https://code.google.com/p/jss7/source/detail?r=654697d227979bf1847443829d1b01b9f
edfcf12

Original comment by amit.bha...@gmail.com on 18 Apr 2013 at 7:58