From 26a4c84ca7ca90d4e0d3b7265d76c2fbed3946bf Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sun, 20 Oct 2019 18:53:10 +0200 Subject: cosmetic: Document why IPA uses hard-coded routing-context 0 Change-Id: Ibfae10a1e9385079db4b353e48a262bc8ab5230a --- src/xua_asp_fsm.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/xua_asp_fsm.c b/src/xua_asp_fsm.c index 9dc9a82..c5bd116 100644 --- a/src/xua_asp_fsm.c +++ b/src/xua_asp_fsm.c @@ -848,6 +848,7 @@ static void ipa_asp_fsm_wait_id_ack2(struct osmo_fsm_inst *fi, uint32_t event, v struct ipa_asp_fsm_priv *iafp = fi->priv; struct osmo_ss7_asp *asp = iafp->asp; struct osmo_ss7_instance *inst = asp->inst; + /* We use routing-context '0' here, as that's the only one we support in IPA */ struct osmo_ss7_as *as = osmo_ss7_as_find_by_rctx(inst, 0); OSMO_ASSERT(as); @@ -920,6 +921,7 @@ static void ipa_asp_fsm_del_route(struct ipa_asp_fsm_priv *iafp) { struct osmo_ss7_asp *asp = iafp->asp; struct osmo_ss7_instance *inst = asp->inst; + /* We use routing-context '0' here, as that's the only one we support in IPA */ struct osmo_ss7_as *as = osmo_ss7_as_find_by_rctx(inst, 0); struct osmo_ss7_route *rt; -- cgit v1.2.3