Skip to content
Failed

Changes

Summary

  1. Add VTY command to list TCAP ranges for an AS (details)
Commit 00943c5ce97bb453f8d6e36ae34c042f8a8350f3 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 modifiedsrc/ss7_vty.c
The file was addedsrc/tcap_as_loadshare_vty.h
The file was modifiedtests/vty/osmo_stp_test.vty
The file was modifiedtests/vty/osmo_stp_test_tcap.vty
The file was modifiedsrc/Makefile.am
The file was addedsrc/tcap_as_loadshare_vty.c