aboutsummaryrefslogtreecommitdiffstats
path: root/src/hnbgw.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-22 23:59:24 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-23 00:04:05 +0100
commit75a4e65f52f02e20d56d8426219feb46ec5cabf9 (patch)
tree5437d0c70291733d1f931c5eb8078bb095f8ece3 /src/hnbgw.h
parent38a4f32d580cda9194d7c0cc9e92cbabd4af568d (diff)
hnbgw: Add SUA client socket towards localhost
This socket doesn't do much yet except to connect to localhost:14001 The host/port needs to be made configurable, and the RUA<->SUA interfacing needs to be implemented. Also, we'll need two SUA sockets, one for MSC and one for SGSN.
Diffstat (limited to 'src/hnbgw.h')
-rw-r--r--src/hnbgw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/hnbgw.h b/src/hnbgw.h
index 3476c4f..d78dad0 100644
--- a/src/hnbgw.h
+++ b/src/hnbgw.h
@@ -12,6 +12,7 @@
enum {
DMAIN,
DHNBAP,
+ DSUA,
};