File: internal.h

package info (click to toggle)
libosmo-sigtran 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,584 kB
  • sloc: ansic: 19,151; makefile: 301; sh: 151; python: 144; xml: 73
file content (20 lines) | stat: -rw-r--r-- 427 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#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;

extern struct osmo_sccp_addr g_calling_addr;
extern struct osmo_sccp_addr g_called_addr;

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

int sccp_test_server_init(struct osmo_sccp_instance *sccp);