summaryrefslogtreecommitdiffstats
path: root/src/host/layer23/src/common/Makefile.am
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2023-01-16 12:55:11 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2023-01-19 19:12:09 +0100
commit6327f40be6673a93090317d47bf6ca3f17a90f24 (patch)
tree91aa735c6c882dc563061dceb7da9c81710fb74a /src/host/layer23/src/common/Makefile.am
parentc1bddf20b5eb84c843f573787c8b7cff8bb83a93 (diff)
layer23: Introduce APN VTY node
This commit adds an initial set of VTY commands to manage APN configuration and set up, which is used by the modem app. The sample modem.cfg file is updated to showcase how to configure APNs. The app doesn't do anything with them yet. A follow up patch will add code to create tun devices for each configured APN. Change-Id: I7b4eaa0de428b418bb1d89bd544694e89beb3e6e
Diffstat (limited to 'src/host/layer23/src/common/Makefile.am')
-rw-r--r--src/host/layer23/src/common/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/host/layer23/src/common/Makefile.am b/src/host/layer23/src/common/Makefile.am
index 9abc802c..94eeec8f 100644
--- a/src/host/layer23/src/common/Makefile.am
+++ b/src/host/layer23/src/common/Makefile.am
@@ -13,6 +13,7 @@ AM_CFLAGS = \
noinst_LIBRARIES = liblayer23.a
liblayer23_a_SOURCES = \
+ apn.c \
gps.c \
l1ctl.c \
l1l2_interface.c \