RestComm / jss7

RestComm Java SS7 Stack and Services
http://www.restcomm.com/
GNU Affero General Public License v3.0
177 stars 218 forks source link

M3UA management: Wrong number of valid arguments #257

Closed okulikov closed 6 years ago

okulikov commented 7 years ago

Just a minor bug with validation of number of arguments of a command. Allowed 15 should be 19

vetss commented 6 years ago

Hello @okulikov

please explain which command do you mean.

okulikov commented 6 years ago

@vetss the example of such command is m3ua as create as-name IPSP mode SE ipspType client rc 12 traffic-mode loadshare network-appearance 12 stackname stack-name

vetss commented 6 years ago

Fixed by https://github.com/RestComm/jss7/pull/259 and commit: https://github.com/RestComm/jss7/commit/ba4d3a1c94e1443591c567274d3c2c2d5c79816f

Thanks @okulikov for your update.