aboutsummaryrefslogtreecommitdiffstats
path: root/src/rua_msg_factory.h
blob: ca2f4e86d95f05b9ddae1fdf9438fb554e35bcff (plain)
1
2
3
4
5
6
7
8
9
#pragma once

#include <stdint.h>
#include <osmocom/core/msgb.h>

struct msgb *rua_new_udt(struct msgb *inmsg);
struct msgb *rua_new_conn(int is_ps, uint32_t context_id, struct msgb *inmsg);
struct msgb *rua_new_dt(int is_ps, uint32_t context_id, struct msgb *inmsg);
struct msgb *rua_new_disc(int is_ps, uint32_t context_id, struct msgb *inmsg);