#include <stdint.h>
#include <stdbool.h>
#include <osmocom/core/linuxlist.h>
#include <osmocom/core/rate_ctr.h>
#include <osmocom/sigtran/protocol/mtp.h>
Go to the source code of this file.
|
| #define | _LOGSS7(inst, subsys, level, fmt, args ...) LOGP(subsys, level, "%u: " fmt, inst ? (inst)->cfg.id : 0, ## args) |
| |
| #define | LOGSS7(inst, level, fmt, args ...) _LOGSS7(inst, DLSS7, level, fmt, ## args) |
| |
◆ _LOGSS7
| #define _LOGSS7 |
( |
|
inst, |
|
|
|
subsys, |
|
|
|
level, |
|
|
|
fmt, |
|
|
|
args ... |
|
) |
| LOGP(subsys, level, "%u: " fmt, inst ? (inst)->cfg.id : 0, ## args) |
◆ LOGSS7
| #define LOGSS7 |
( |
|
inst, |
|
|
|
level, |
|
|
|
fmt, |
|
|
|
args ... |
|
) |
| _LOGSS7(inst, DLSS7, level, fmt, ## args) |
◆ ss7_instance_ctr
| Enumerator |
|---|
| SS7_INST_CTR_PKT_RX_TOTAL | |
| SS7_INST_CTR_PKT_RX_UNKNOWN | |
| SS7_INST_CTR_PKT_RX_NI_MISMATCH | |
| SS7_INST_CTR_PKT_TX_TOTAL | |
◆ ss7_find_free_l_rk_id()
◆ ss7_instance_alloc()
References osmo_ss7_instance::as_list, osmo_ss7_instance::asp_list, osmo_ss7_instance::cfg, osmo_ss7_pc_fmt::component_len, osmo_ss7_instance::ctrg, osmo_ss7_pc_fmt::delimiter, osmo_ss7_instance::id, osmo_ss7_instance::linksets, osmo_ss7_instance::list, LOGSS7, NULL, osmo_ss7_instances, OSMO_SS7_PC_INVALID, osmo_ss7_instance::pc_fmt, osmo_ss7_instance::primary_pc, osmo_ss7_instance::rtable_list, osmo_ss7_instance::rtable_system, osmo_ss7_instance::sccp_address_book, osmo_ss7_instance::secondary_pc, ss7_inst_rcgd, ss7_route_table_find_or_create(), and osmo_ss7_instance::xua_servers.
Referenced by osmo_ss7_instance_find_or_create().
◆ ss7_instance_lookup_route()