osmo-iuh/src
Daniel Willmann 28b9ec1473 Enable vty command to output talloc report
I don't think I can print this into a string and thus output it via VTY.
In that case it might be smarte to do in a signal handler
2015-12-17 18:02:37 +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 hnb-test: Handle closed connections correctly 2015-12-17 14:47:51 +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: Free ASN.1 components after they are no longer needed 2015-12-17 17:56:56 +01:00
hnbap_common.h hnbgw: Change logging priorities and add HNBAP category 2015-12-17 13:09:18 +01:00
hnbgw.c Enable vty command to output talloc report 2015-12-17 18:02:37 +01:00
hnbgw.h hnbgw: Change logging priorities and add HNBAP category 2015-12-17 13:09:18 +01:00
hnbgw_hnbap.c hnbgw_hnbap: Initialize return value and always return something 2015-12-17 17:57:51 +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 ranap_common: Add function to wrap IEs into a RANAP_ProtocolIE_FieldPair_t 2015-12-16 23:07:19 +01:00
ranap_common.h ranap_common: Add function to wrap IEs into a RANAP_ProtocolIE_FieldPair_t 2015-12-16 23:07:19 +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 {hnbap,rua,ranap}_common.c: Reduce code duplicatioon 2015-12-16 20:27:14 +01:00
rua_common.h {rua,hnbap,ranap}_common: Add missing encoding functions 2015-12-16 20:17:26 +01:00