Skip to content
Failed

Changes

Summary

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