aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/ranap/Makefile.am
diff options
context:
space:
mode:
authorPhilipp Maier <pmaier@sysmocom.de>2022-01-20 17:59:48 +0100
committerPhilipp Maier <pmaier@sysmocom.de>2022-01-31 17:40:49 +0100
commit63a0cfe04ea1955b0c1f94a56f7850fa116849d1 (patch)
tree4ee8daa5c1d1c9a3dd459058964b6b9912395cfa /include/osmocom/ranap/Makefile.am
parentca6054ef8c30646bc36b0de60d28523804e717c3 (diff)
ranap_common_ran: add decoder for CN/MSC originated messages
Lets add a counterpart for ranap_common_cn that works the same, but decodes CN/MSC originated messages. Change-Id: Iad4c2743d4d1ddf8ad49002d1fe6866f22eb9e98 Related: OS#5152
Diffstat (limited to 'include/osmocom/ranap/Makefile.am')
-rw-r--r--include/osmocom/ranap/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/osmocom/ranap/Makefile.am b/include/osmocom/ranap/Makefile.am
index 1606928..2662484 100644
--- a/include/osmocom/ranap/Makefile.am
+++ b/include/osmocom/ranap/Makefile.am
@@ -10,6 +10,7 @@ ranap_HEADERS = \
ranap_ies_defs.h \
ranap_common.h \
ranap_common_cn.h \
+ ranap_common_ran.h \
ranap_msg_factory.h \
iu_helpers.h \
iu_client.h \