libosmo-sigtran 2.2.1.4-74d0
Osmocom SIGTRAN library
mtp3_rtpc.h
Go to the documentation of this file.
1#pragma once
2
3#include <stdint.h>
4#include <unistd.h>
5
7
8#include "ss7_instance.h"
9#include "xua_msg.h"
10
11int mtp3_rtpc_rx_msg_for_inaccessible_sp(struct osmo_ss7_instance *inst, const struct xua_msg *xua);
int mtp3_rtpc_rx_msg_for_inaccessible_sp(struct osmo_ss7_instance *inst, const struct xua_msg *xua)
Definition: mtp3_rtpc.c:63
Definition: ss7_instance.h:45
Definition: xua_msg.h:31