osmo-iuh/src
Harald Welte 08d5da6647 hnbgw: Use the now-compiling RANAP encoder+decoder code
So far, we copy-pasted/cherry-picked individual encoder/decoder
functions as the overall ranap_{encode,decode} didn't compile yet.

As the latter is now finally compiling, we can remove those copies and
link in ranap_{encode,decode}.o
2015-12-16 17:31:43 +01:00
..
hnbap Re-add the 'regen' targets lost in the automake transition 2015-12-16 13:14:10 +01:00
ranap One further RANAP hacking session 2015-12-16 17:26:05 +01:00
rua Re-add the 'regen' targets lost in the automake transition 2015-12-16 13:14:10 +01:00
tests Autotoolize the build 2015-12-15 15:10:31 +01:00
.gitignore update .gitignore 2015-08-31 09:58:12 +02:00
COPYING add AGPLv3 license text 2015-09-10 11:02:31 +02:00
Makefile.am hnbgw: Use the now-compiling RANAP encoder+decoder code 2015-12-16 17:31:43 +01:00
asn1helpers.c asn1helpers: Fix 24 bit conversion function and use it in hnbgw_hnbap 2015-12-14 10:36:36 +01:00
asn1helpers.h asn1helpers: Add helper to convert u8/u16 to OCTET_STRING 2015-12-07 17:18:56 +01:00
hnbap_common.c hnbap_common: Add function to HNBAP generate initiating message 2015-12-07 17:19:40 +01:00
hnbap_common.h hnbap_common: Add function to HNBAP generate initiating message 2015-12-07 17:19:40 +01:00
hnbgw.c hnbgw: Add VTY commands to show info about connected HNBs and UEs 2015-12-02 12:58:42 +01:00
hnbgw.h introduce ue_context management 2015-09-11 00:15:54 +02:00
hnbgw_hnbap.c asn1helpers: Fix 24 bit conversion function and use it in hnbgw_hnbap 2015-12-14 10:36:36 +01:00
hnbgw_hnbap.h first compiling code (untested) 2015-08-30 12:20:09 +02:00
hnbgw_ranap.c hnbgw: Use the now-compiling RANAP encoder+decoder code 2015-12-16 17:31:43 +01:00
hnbgw_ranap.h first dispatch of RUA into RANAP 2015-09-10 22:32:15 +02:00
hnbgw_rua.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02:00
hnbgw_rua.h RUA: hand off RANAP from all PDU types, not just UnitDataTransfer 2015-09-11 18:58:28 +02:00
iu_common.h add iu_common.h using C structs to describe PER encoded Iu headers 2015-08-30 16:55:43 +02:00
iu_helpers.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02:00
iu_helpers.h iu_helpers: fix encoding of BCD (like IMSI) into OCTET STING 2015-09-11 17:35:52 +02:00
ranap_common.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02:00
ranap_common.h One further RANAP hacking session 2015-12-16 17:26:05 +01:00
regen-common-includes.sh ranap: Add more manual definitions to RANAP-PDUs 2015-09-10 21:18:16 +02:00
rua_common.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02:00
rua_common.h Back RUA/RANAP integration until RANAP Reset works for cs+ps 2015-09-10 23:49:45 +02:00