osmo-iuh/src
Daniel Willmann 6e59d413a2 asn1helpers.c: Fix asn1bitstr_to_u32 function
The value in buf is kept in host byte order so no need to swap it
around.
2015-11-23 14:03:04 +01:00
..
hnbap hnbap Makefile: add asn1c include directory 2015-09-10 16:43:44 +02:00
ranap ranap: Add more manual definitions to RANAP-PDUs 2015-09-10 21:18:16 +02:00
rua Cleanups (rename 'asn1c' to 'hnbap', Makefile sanitizing) 2015-09-10 10:53:37 +02:00
tests tests: Test asn1_u32_to_bitstring and asn1bitstr_to_u32 2015-11-23 14:02:38 +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 src/Makefile: Change order of dependencies so a clean checkout builds 2015-11-20 19:52:00 +01:00
asn1helpers.c asn1helpers.c: Fix asn1bitstr_to_u32 function 2015-11-23 14:03:04 +01:00
asn1helpers.h add asn1_u24_to_bitstring() 2015-10-06 22:08:54 +02:00
hnbap_common.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02:00
hnbap_common.h hnbap: Print error messages in error cases 2015-09-11 17:03:16 +02:00
hnbgw.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02:00
hnbgw.h introduce ue_context management 2015-09-11 00:15:54 +02:00
hnbgw_hnbap.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02:00
hnbgw_hnbap.h first compiling code (untested) 2015-08-30 12:20:09 +02:00
hnbgw_ranap.c add copyright statement and AGPLv3 headers to source code files 2015-10-06 22:07:04 +02: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 first dispatch of RUA into RANAP 2015-09-10 22:32:15 +02: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