From e9f24d734a57699ee3817a8dcd093b90fcbad045 Mon Sep 17 00:00:00 2001 From: Pau Espin Pedrol Date: Mon, 21 Nov 2022 16:45:57 +0100 Subject: host/layer23: Add modem app This app will allow setting up a tun device to transmit/receive data as a GPRS MS against a GSM network. This is just the initial skeleton so that people can work on it further in follow-up commits. Related: OS#5503 Change-Id: I8a1121b3287da7d7330c30e3118affa8fd1da61b --- src/host/layer23/include/osmocom/bb/modem/modem.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/host/layer23/include/osmocom/bb/modem/modem.h (limited to 'src/host/layer23/include/osmocom/bb/modem/modem.h') diff --git a/src/host/layer23/include/osmocom/bb/modem/modem.h b/src/host/layer23/include/osmocom/bb/modem/modem.h new file mode 100644 index 00000000..3945804d --- /dev/null +++ b/src/host/layer23/include/osmocom/bb/modem/modem.h @@ -0,0 +1,6 @@ +#pragma once + +#include + +int modem_start(void); + -- cgit v1.2.3