aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-23PFCP: add Network Instance IE in PDI IENeels Janosch Hofmeyr3-6/+23
2022-11-22pfcp_test: fix order of dependenciesNeels Janosch Hofmeyr1-1/+1
2022-11-22tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'Vadim Yanitskiy4-4/+4
2022-11-21pfcp_test: add missing 'pdi_present = true'Neels Janosch Hofmeyr2-3/+4
2022-11-21pfcp_test: init logging, for PFCP errorsNeels Janosch Hofmeyr1-0/+19
2022-11-11api doc: explain heartbeat handling in rx_msg_cbNeels Janosch Hofmeyr1-1/+4
2022-11-04contrib/jenkins.sh: build with --enable-werrorVadim Yanitskiy1-1/+1
2022-11-03Add -Werror=implicit-int -Werror=int-conversion -Werror=old-style-definitionHarald Welte1-0/+1
2022-11-03Support building with -Werror=strict-prototypes / -Werror=old-style-definitionHarald Welte6-15/+15
2022-08-24gtlv: test repeated IEIs to several struct membersNeels Hofmeyr2-46/+379
2022-08-24gtlv: fix repeated IEIs to several struct membersNeels Hofmeyr1-20/+70
2022-08-24gtlv: check memory bounds 3/3: encoding to strNeels Hofmeyr6-23/+30
2022-08-24gtlv: check memory bounds 2/3: decoding TLVNeels Hofmeyr4-30/+50
2022-08-24gtlv: check memory bounds 1/3: encoding TLVNeels Hofmeyr4-14/+33
2022-08-24pfcp_msg: check use count correctnessNeels Hofmeyr1-2/+2
2022-08-24Bump version: 0.1.1.1-2904 → 0.1.20.1.2Neels Janosch Hofmeyr1-0/+7
2022-08-23pkgconfig: add missing 'Requires:'Neels Hofmeyr2-0/+2
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