libosmo-sigtran 2.2.1.6-907ee
Osmocom SIGTRAN library
mtp3_hmdt.c File Reference
#include <osmocom/core/logging.h>
#include <osmocom/sigtran/protocol/m3ua.h>
#include <osmocom/sigtran/protocol/sua.h>
#include <osmocom/sigtran/osmo_ss7.h>
#include <osmocom/sigtran/mtp_sap.h>
#include "ss7_as.h"
#include "ss7_instance.h"
#include "ss7_internal.h"
#include "ss7_route.h"
#include "ss7_route_table.h"
#include "ss7_user.h"
#include "xua_internal.h"
#include "xua_msg.h"

Functions

static struct xua_msggen_dupu_ret_msg (enum osmo_ss7_asp_protocol proto, uint8_t user_part, const struct xua_msg *orig_xua)
 
static int mtp3_hmdt_rx_msg_for_local_unavailable_part (struct osmo_ss7_instance *inst, uint8_t user_part, const struct xua_msg *orig_xua)
 
static struct osmo_mtp_primm3ua_to_xfer_ind (struct xua_msg *xua)
 
static int deliver_to_mtp_user (const struct osmo_ss7_user *osu, struct xua_msg *xua)
 
int mtp3_hmdt_message_for_distribution (struct osmo_ss7_instance *inst, struct xua_msg *xua)
 

Function Documentation

◆ deliver_to_mtp_user()

static int deliver_to_mtp_user ( const struct osmo_ss7_user osu,
struct xua_msg xua 
)
static

◆ gen_dupu_ret_msg()

◆ m3ua_to_xfer_ind()

◆ mtp3_hmdt_message_for_distribution()

◆ mtp3_hmdt_rx_msg_for_local_unavailable_part()