Skip to content
Failed

Changes

Summary

  1. Add VTY command to list TCAP ranges for an AS (details)
Commit e17b01e809dee88b9b9b8dad4fc1d94ca5bea48c by dwillmann
Add VTY command to list TCAP ranges for an AS

Show the list of all tcap ranges and ASP for an AS:

OsmoSTP# show cs7 instance 0 as name as-ipa-loadshare-0 tcap-ranges
Tid Min Tid Max SSN PC            ASP Name
------- ------- --- ------------- ------------
300     599       0 (no PC)       asp-ipa-loadshare-0-1
0       299       0 (no PC)       asp-ipa-loadshare-0-0

Show the tcap range and ASP for specific TCAP Id:

OsmoSTP# show cs7 instance 0 as name as-ipa-loadshare-0 tcap-ranges tid 15
Tid Min Tid Max SSN PC            ASP Name
------- ------- --- ------------- ------------
0       299       0 (no PC)       asp-ipa-loadshare-0-0

Related: SYS#5423
Change-Id: I8026248d9897aadab5bf13a425269ec1e948dfdf
The file was modifiedtests/vty/osmo_stp_test.vty
The file was addedsrc/ss7_as_loadshare_tcap_vty.c
The file was modifiedsrc/Makefile.am
The file was modifiedsrc/ss7_vty.c
The file was addedsrc/ss7_as_loadshare_tcap_vty.h