mirror of
https://github.com/open5gs/open5gs.git
synced 2026-05-05 23:37:22 +00:00
s6a_initialize added
This commit is contained in:
parent
4058df8f43
commit
91046feb0e
8 changed files with 31 additions and 136 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## Process this file with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = s1ap nas
|
||||
SUBDIRS = s1ap nas s6a
|
||||
|
||||
MAINTAINERCLEANFILES = Makefile.in
|
||||
MOSTLYCLEANFILES = *.stackdump
|
||||
|
|
|
|||
|
|
@ -3,9 +3,11 @@
|
|||
noinst_LTLIBRARIES = libmessages6a.la
|
||||
|
||||
libmessages6a_la_SOURCES = \
|
||||
freeDiameter/extension.h
|
||||
freeDiameter/extension.h \
|
||||
s6a_message.h
|
||||
|
||||
nodist_libmessages6a_la_SOURCES = \
|
||||
s6a_init.c \
|
||||
dict_nasreq.c dict_dcca.c dict_dcca_3gpp.c
|
||||
|
||||
AM_CPPFLAGS = \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue