libosmo-sigtran  1.7.1
Osmocom SIGTRAN library
ss7_internal.h
Go to the documentation of this file.
1 #pragma once
2 
3 /* Internal header used by libosmo-sccp, not available publicly for lib users */
4 
5 #include <stdbool.h>
7 
10 
11 enum ss7_as_ctr {
14 };
bool osmo_ss7_xua_server_set_default_local_hosts(struct osmo_xua_server *oxs)
Definition: osmo_ss7.c:2269
bool osmo_ss7_asp_set_default_peer_hosts(struct osmo_ss7_asp *asp)
Definition: osmo_ss7.c:1305
ss7_as_ctr
Definition: ss7_internal.h:11
@ SS7_AS_CTR_RX_MSU_TOTAL
Definition: ss7_internal.h:12
@ SS7_AS_CTR_TX_MSU_TOTAL
Definition: ss7_internal.h:13
Definition: osmo_ss7.h:387
Definition: osmo_ss7.h:501