diff options
author | Harald Welte <laforge@gnumonks.org> | 2014-12-29 17:09:11 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2014-12-29 17:09:11 +0100 |
commit | 783d073a370191cdb9cba0f205ded50459663500 (patch) | |
tree | 4a439940c51f54ad69852b471594b98deb598482 /include | |
parent | a19717a7c50dededf0c8ec8ccb347c1c5d019382 (diff) |
add gsm0341_test to generate SMSCB hex strings
Those hex strings can then be copy+pasted into the OSmoNITB VTY
Diffstat (limited to 'include')
-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 149e29fa..9aba3777 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -52,6 +52,7 @@ nobase_include_HEADERS = \ osmocom/gsm/comp128.h \ osmocom/gsm/comp128v23.h \ osmocom/gsm/gan.h \ + osmocom/gsm/gsm0341.h \ osmocom/gsm/gsm0411_smc.h \ osmocom/gsm/gsm0411_smr.h \ osmocom/gsm/gsm0411_utils.h \ |