Skip to content
Success

Changes

Summary

  1. sccp_user: Fix dynamic ASP not associated to AS (details)
  2. Log DPC with configured pointcode format upon routing failure (details)
Commit d22fd522f9fe00b225004dad6bc40c51aa2fb44e by Pau Espin Pedrol
sccp_user: Fix dynamic ASP not associated to AS

Recent commit introduced a regression when applying
default_layer_manager to all ASPs in m3ua-mode ASP.
The call to osmo_ss7_as_add_asp() was moved to an inner code path but
forgot to add it in another code path.

Fixes: ce63d3b2027cefb8412179497100d14ed3fee0dd
Change-Id: I16371ef813c2e12993caae16a1626d10ae8ded54
The file was modifiedsrc/sccp_user.c
Commit 20aeda8c5f6f90904d8c3f595e0cd1a137667cc0 by Pau Espin Pedrol
Log DPC with configured pointcode format upon routing failure

Similar to what's already done in most other places.

Change-Id: Iba19a6b4f8f739cdd836a480d099077ba4370c0f
The file was modifiedsrc/osmo_ss7_hmrt.c