diff options
author | Tom Tsou <tom.tsou@ettus.com> | 2016-07-07 17:06:12 -0700 |
---|---|---|
committer | Holger Freyther <holger@freyther.de> | 2016-07-12 06:06:33 +0000 |
commit | 9394dbd8e0ea010e8ee7af7729a27d6a68ff8256 (patch) | |
tree | 27e84cdf859c29ae0a45b8ace156e265cc90e053 /include/Makefile.am | |
parent | 4f169500df996d0a7a804da77bae07b2ecd0d813 (diff) |
Add EGPRS RLC/MAC headers from 3GPP TS 04.60
For shared use by osmo-pcu and osmo-bts-trx.
Change-Id: I500cdc87cd30faf36c8cd92d234642f809c8f2aa
Diffstat (limited to 'include/Makefile.am')
-rw-r--r-- | include/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Makefile.am b/include/Makefile.am index 479e665d..e420a648 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -51,6 +51,7 @@ nobase_include_HEADERS = \ osmocom/gprs/gprs_msgb.h \ osmocom/gprs/gprs_ns.h \ osmocom/gprs/gprs_ns_frgre.h \ + osmocom/gprs/protocol/gsm_04_60.h \ osmocom/gprs/protocol/gsm_08_16.h \ osmocom/gprs/protocol/gsm_08_18.h \ osmocom/gsm/a5.h \ |