File: internal.h

package info (click to toggle)
libosmo-sccp 1.3.0%2Bdfsg1-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,400 kB
  • sloc: ansic: 17,436; makefile: 221; sh: 141; python: 129
file content (17 lines) | stat: -rw-r--r-- 337 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#pragma once

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

/* Debug Areas of the code */
enum {
	DMAIN
};

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);