libosmo-sigtran 2.1.0.93-5cebd.202505182026
Osmocom SIGTRAN library
Loading...
Searching...
No Matches
ss7_link.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4#include <osmocom/core/linuxlist.h>
5
6/***********************************************************************
7 * SS7 Linksets
8 ***********************************************************************/
9
10struct osmo_ss7_linkset;
11
18
22 struct {
23 char *name;
25 uint32_t id;
26
28 } cfg;
29};
30
31void ss7_link_destroy(struct osmo_ss7_link *link);
32struct osmo_ss7_link *
34
35bool
Definition ss7_linkset.h:13