summaryrefslogtreecommitdiff
path: root/asn1
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2010-02-24 20:16:33 +0000
committerAnders Broman <anders.broman@ericsson.com>2010-02-24 20:16:33 +0000
commitda5346bf77d08f5c471cdd316f30d9b221494af9 (patch)
tree17f3e8d1c7b9b8fed62dc4c5b57bc3aa2e8c3383 /asn1
parent8ead8255754cad04041ed6fc7f7d117a762207d0 (diff)
downloadwireshark-da5346bf77d08f5c471cdd316f30d9b221494af9.tar.gz
From Neil Piercy:
Add 3GPP Home Node B Iuh protocol support (HNBAP & RUA) https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4531 - Added IE extension for HNBAP - Removed unused .h files svn path=/trunk/; revision=31989
Diffstat (limited to 'asn1')
-rw-r--r--asn1/Makefile.am2
-rw-r--r--asn1/Makefile.nmake18
2 files changed, 20 insertions, 0 deletions
diff --git a/asn1/Makefile.am b/asn1/Makefile.am
index 423ae0c98e..81f7102acb 100644
--- a/asn1/Makefile.am
+++ b/asn1/Makefile.am
@@ -54,6 +54,7 @@ SUBDIRS = \
h450-ros \
h460 \
h501 \
+ hnbap \
inap \
ldap \
logotypecertextn \
@@ -84,6 +85,7 @@ SUBDIRS = \
rrc \
rrlp \
rtse \
+ rua \
s1ap \
s4406 \
sabp \
diff --git a/asn1/Makefile.nmake b/asn1/Makefile.nmake
index ee90e18e7d..8c304b7902 100644
--- a/asn1/Makefile.nmake
+++ b/asn1/Makefile.nmake
@@ -93,6 +93,7 @@ per: \
h450-ros\
h460 \
h501 \
+ hnbap \
lte-rrc \
nbap \
mpeg-audio \
@@ -102,6 +103,7 @@ per: \
rnsap \
rrc \
rrlp \
+ rua \
s1ap \
sabp \
t38 \
@@ -199,6 +201,9 @@ clean:
cd h501
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd hnbap
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd inap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -289,6 +294,9 @@ clean:
cd rrlp
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
+ cd rua
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
+ cd ..
cd s1ap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake clean
cd ..
@@ -502,6 +510,11 @@ h501::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+hnbap::
+ cd hnbap
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
inap::
cd inap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
@@ -652,6 +665,11 @@ rtse::
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
cd ..
+rua::
+ cd rua
+ $(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files
+ cd ..
+
s1ap::
cd s1ap
$(MAKE) /$(MAKEFLAGS) -f Makefile.nmake copy_files