aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmo-bts/Makefile.am
diff options
context:
space:
mode:
authorAndreas Eversberg <jolly@eversberg.eu>2013-07-29 09:37:07 +0200
committerHolger Hans Peter Freyther <holger@moiji-mobile.com>2015-03-25 23:22:00 +0100
commit0ddd4b6c25dcb1cf85809b190afd6ac4d95890ea (patch)
tree479832ca8aa501dfd24da0a0497efeab1d2e30c0 /include/osmo-bts/Makefile.am
parent24839068f5c7e044e82afaa3b88d08a07e123ee7 (diff)
Add header file of PH-/MPH-/TCH-SAP interface to common part of osmo-bts
Instead of handling primitives directly at layer 1 specific code, osmo-bts handles primitives at common code. When all primitive are moved, the l1sap interface will: - receive PH-DATA indications and forward them to layer 2. - check for RF link loss and notify BSC. - receive TCH indications and forward them via RTP. - receive PH-RTS indications and send PH-DATA requests with content according to its logical channel. - receive TCH-RTS indications and send TCH requests with content received via RTP or loopback from TCH indications. - send MPH-INFO requests to activate, deactivate and modify logical channels and handle their confirms. - receive MPH-INFO indications with measurements from tranceiver. - forward received and transmitted PH-DATA to GSMTAP.
Diffstat (limited to 'include/osmo-bts/Makefile.am')
-rw-r--r--include/osmo-bts/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmo-bts/Makefile.am b/include/osmo-bts/Makefile.am
index 67fd2bf1..cd3d8c04 100644
--- a/include/osmo-bts/Makefile.am
+++ b/include/osmo-bts/Makefile.am
@@ -1,3 +1,3 @@
noinst_HEADERS = abis.h bts.h bts_model.h gsm_data.h logging.h measurement.h \
oml.h paging.h rsl.h signal.h vty.h amr.h pcu_if.h pcuif_proto.h \
- handover.h msg_utils.h tx_power.h control_if.h cbch.h
+ handover.h msg_utils.h tx_power.h control_if.h cbch.h l1sap.h