blob: f89f2841adfa07ffe4858da38f30a99a2ba704c4 [file] [log] [blame]
Harald Welteb53e2bf2020-08-21 16:33:42 +02001#pragma once
2
3int smlc_sigtran_init(void);
Neels Hofmeyr72992152020-09-19 02:36:08 +02004int smlc_sigtran_send(uint32_t sccp_conn_id, struct msgb *msg);
5int smlc_sigtran_send_udt(uint32_t sccp_conn_id, struct msgb *msg);