aboutsummaryrefslogtreecommitdiffstats
path: root/examples/internal.h
blob: 70b90585344fad2860c5a6ca1169b7675369dbd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#pragma once

#define SSN_TEST_UNUSED		200
#define SSN_TEST_REFUSE		201
#define SSN_TEST_ECHO		202
#define SSN_TEST_CALLBACK	203

struct osmo_sccp_user;

int sccp_test_user_vty_install(struct osmo_sccp_instance *inst, int ssn);

int sccp_test_server_init(struct osmo_sccp_instance *sccp);