SS7 MTP Layer 2/3 Implementation (partly)

This commit is contained in:
Andreas Eversberg
2020-03-06 16:40:21 +01:00
parent 6a18c924fb
commit b5016d52ba
13 changed files with 1781 additions and 1 deletions

10
src/libmtp/Makefile.am Normal file
View File

@@ -0,0 +1,10 @@
AM_CPPFLAGS = -Wall -Wextra -g $(all_includes)
noinst_LIBRARIES = libmtp.a
libmtp_a_SOURCES = \
mtp.c \
layer2.c \
layer3.c \
crc16.c