diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/osmocom/sigtran/osmo_ss7.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/osmocom/sigtran/osmo_ss7.h b/include/osmocom/sigtran/osmo_ss7.h index 04058c2..87336a8 100644 --- a/include/osmocom/sigtran/osmo_ss7.h +++ b/include/osmocom/sigtran/osmo_ss7.h @@ -369,6 +369,14 @@ enum osmo_ss7_asp_admin_state { OSMO_SS7_ASP_ADM_S_ENABLED, }; +enum osmo_ss7_asp_role { + OSMO_SS7_ASP_ROLE_ASP, + OSMO_SS7_ASP_ROLE_SG, + OSMO_SS7_ASP_ROLE_IPSP, +}; + +extern const struct value_string osmo_ss7_asp_role_names[]; + struct osmo_ss7_asp { /*! entry in \ref osmo_ss7_instance.asp_list */ struct llist_head list; |