aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-08-22Bump version: 0.1.0.32-823b → 0.1.10.1.1Oliver Smith1-0/+44
2022-08-22packaging: depend on libosmocore >= 1.7.0Oliver Smith2-2/+2
2022-08-22debian/control: move -dev deps of libosmo-gtlv-devOliver Smith1-3/+3
2022-08-22rpm spec: use --disable-staticOliver Smith1-2/+1
2022-08-21rpm spec: reduce summary line lengthHarald Welte1-1/+1
2022-08-19gitreview: fix projectOliver Smith1-1/+1
2022-08-19RPM: fix configure and typo "gltv" in .spec.inNeels Hofmeyr1-2/+3
2022-08-16configure.ac: do not require unused dlopenVadim Yanitskiy1-3/+0
2022-08-13pfcp_cp_peer: check use count correctnessNeels Hofmeyr1-1/+1
2022-08-13doc: minor fix in pfcp_cp_peer_fsm.dotNeels Hofmeyr1-0/+1
2022-08-12.gitignore fixes: generated sources, .spec fileNeels Hofmeyr1-1/+12
2022-08-12fix warnings: 'uninitialized'Neels Hofmeyr2-3/+3
2022-08-12libosmo-gtlv.pc.in: tweak DescriptionNeels Hofmeyr1-1/+1
2022-08-12debian: fix missing dep gtlv0 <- pfcp0Neels Hofmeyr1-2/+4
2022-08-12debian/control: fix confusion in descriptionNeels Hofmeyr1-2/+2
2022-08-12debian: add missing *-dev.install filesNeels Hofmeyr2-0/+10
2022-08-12RPM: fix .spec fileNeels Hofmeyr2-7/+77
2022-08-12configure.ac: drop dependencies on vty and ctrlNeels Hofmeyr1-2/+0
2022-08-10README.md: tweak clone URLNeels Hofmeyr1-1/+1
2022-08-10debian packaging of libosmo-gtlv and libosmo-pfcpNeels Hofmeyr8-32/+95
2022-08-09comment / whitespace tweaks in pfcp_endpoint.cNeels Hofmeyr1-5/+8
2022-08-09set LIBVERSION=0:0:0Neels Hofmeyr2-2/+2
2022-08-06contrib/libosmo-pfcp.spec.in: do not disable LTOVadim Yanitskiy1-4/+0
2022-08-06contrib/libosmo-pfcp.spec.in: do not depend on systemdVadim Yanitskiy1-4/+0
2022-08-05gitignore: ignore *.la objects: libosmo-{gtlv,pfcp}.laVadim Yanitskiy1-0/+1
2022-08-03configure: fix warning: AC_OUTPUT should be used without argumentsVadim Yanitskiy1-2/+3
2022-08-03configure: fix AC_CONFIG_MACRO_DIRS related warningsVadim Yanitskiy2-0/+1
2022-07-28pfcp_endpoint: fix final PFCP retrans resp_cbNeels Hofmeyr1-7/+8
2022-07-28apply code review: refactor pfcp_endpoint APINeels Hofmeyr3-58/+119
2022-07-23clarify osmo_pfcp_msg alloc APINeels Hofmeyr5-27/+48
2022-07-23fix wrong constants used in osmo_pfcp_tdefs (typo)Neels Hofmeyr1-2/+2
2022-07-20separate pfcp_queue_timer_cb() in req and respNeels Hofmeyr1-17/+30
2022-07-19fix incorrect timeout values: milliseconds vs microsecondsVadim Yanitskiy1-2/+2
2022-06-17add generic PFCP CP peer implementation0.1.0Neels Hofmeyr4-0/+469
2022-06-17add osmo_pfcp_ie_f_seid_cmpNeels Hofmeyr2-0/+26
2022-06-17install libosmo-pfcpNeels Hofmeyr5-5/+24
2022-06-17install libosmo-gtlvNeels Hofmeyr9-11/+34
2022-06-16add pfcp_endpointNeels Hofmeyr5-0/+585
2022-06-16add initial FSM design chartsNeels Hofmeyr10-0/+207
2022-06-16add pfcp msg testNeels Hofmeyr6-0/+706
2022-06-16libosmo-pfcp: implement PFCP header and msg handlingNeels Hofmeyr5-1/+741
2022-06-16api: add osmo_pfcp_ie_node_id_to_str_c()Neels Hofmeyr2-2/+14
2022-06-16pfcp ie: tweak CP Function FeaturesNeels Hofmeyr1-1/+1
2022-06-16pfcp/Makefile.am: add missing pfcp_ies_auto.h entryNeels Hofmeyr1-0/+1
2022-06-16libosmo-pfcp: implement/generate TLV and IE value codingNeels Hofmeyr5-0/+1565
2022-06-16libosmo-pfcp: add pfcp_proto.h pfcp_strs.hNeels Hofmeyr5-0/+1148
2022-06-16contrib: add PFCP cause and IEI string mapsNeels Hofmeyr2-0/+290
2022-06-16libosmo-gtlv: add TLIV capabilityNeels Hofmeyr18-173/+939
2022-06-16libosmo-gtlv: add C code generator for IE structs and arraysNeels Hofmeyr13-0/+1442
2022-06-16libosmo-gtlv: add auto dec/enc to/from structsNeels Hofmeyr8-0/+1288