osmo-iuh/src/hnbgw_rua.h

10 lines
193 B
C

#pragma once
#include "hnbgw.h"
int hnbgw_rua_rx(struct hnb_context *hnb, struct msgb *msg);
int hnbgw_rua_init(void);
int rua_tx_udt(struct msgb *inmsg);
int rua_tx_dt(struct msgb *inmsg);