aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2017-04-03 16:45:17 +0200
committerHarald Welte <laforge@gnumonks.org>2017-04-03 18:03:47 +0200
commit2b8d602773cbfd982396dea5ef33e45d2f00f6b5 (patch)
tree45a49a335c8d029de2ae63d9c9cfe047517b827a
parente1dc58fa22b096d55287e841899093ba31c45e8d (diff)
sccp_sap: Add routing indication (RI) to osmo_sccp_addr
-rw-r--r--include/osmocom/sigtran/sccp_sap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/sigtran/sccp_sap.h b/include/osmocom/sigtran/sccp_sap.h
index e58e670..ec021c7 100644
--- a/include/osmocom/sigtran/sccp_sap.h
+++ b/include/osmocom/sigtran/sccp_sap.h
@@ -135,6 +135,7 @@ struct osmo_sccp_gt {
struct osmo_sccp_addr {
uint32_t presence;
+ enum osmo_sccp_routing_ind ri;
struct osmo_sccp_gt gt;
uint32_t pc;
uint32_t ssn;