Skip to content
Success

Changes

Summary

  1. ss7 vty: Limit route priority range to 1-9 (details)
  2. osmo_ss7_route_destroy(): Fix potential null ptr deref (details)
Commit c95461bb8c3f71cc2c7f37a9bde7cec8ca320f80 by Pau Espin Pedrol
ss7 vty: Limit route priority range to 1-9

This matches route priority ranges used by other vendors.

Change-Id: I36ceee5d7cb1b2287c4a2d7ad67f478843300a0b
The file was modifiedtests/vty/osmo_stp_test.vty
The file was modifiedsrc/osmo_ss7_vty.c
Commit 24bfa867f59129ed6bd39bbc755f83d987aa974b by Pau Espin Pedrol
osmo_ss7_route_destroy(): Fix potential null ptr deref

rt ptr was being dereferenced already before checking for null.

Related: Coverity CID#425367
Change-Id: Idf7613e174e564fb388cd82dca897ff13001217b
The file was modifiedsrc/osmo_ss7.c