aboutsummaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
AgeCommit message (Expand)AuthorFilesLines
2020-01-03Bump version: 0.5.0.23-11a1 → 0.6.00.6.0Pau Espin Pedrol1-1/+1
2019-09-23sabp: Generate C/H files for SABP; create libosmo-sabpHarald Welte1-6/+30
2019-08-07Bump version: 0.4.0.14-92ea-dirty → 0.5.00.5.0Pau Espin Pedrol1-1/+1
2019-01-20Bump version: 0.3.0.10-9e66-dirty → 0.4.00.4.0Harald Welte1-1/+1
2018-05-03Bump version: 0.2.0.57-cf5f-dirty → 0.3.00.3.0Pau Espin Pedrol1-1/+1
2017-12-31Add control interfaceMax1-2/+2
2017-12-20hnbgw: hnb info: record MCC, MNC, show on 'show hnb'Neels Hofmeyr1-1/+1
2017-11-21Add "-Wall" to the compile rules of the non-asn1c-generated source codeHarald Welte1-1/+1
2017-11-16src/Makefile.am: drop unused COMMON_LDADDNeels Hofmeyr1-2/+2
2017-11-03Link libosmo-ranap against libosmovtyHarald Welte1-1/+1
2017-11-03osmo-hnbgw: Avoid useless linking to libosmogsm and libsctpHarald Welte1-2/+1
2017-10-27Tag/Release 0.2.0 + Update LIBVERSION + Debian packaging0.2.0Harald Welte1-1/+1
2017-10-04Makefile.am: Link libosmo-ranap against libosmo-sigtranHarald Welte1-1/+2
2017-07-31move openbsc.git's iu.h, iu.c, iu_vty.c here as iu_clientNeels Hofmeyr1-1/+1
2016-09-09build: move headers to include/osmocom/*Neels Hofmeyr1-3/+0
2016-09-09build: distcheck: look for asn1 in top_srcdir, not top_builddirNeels Hofmeyr1-1/+1
2016-09-09build: distcheck: add missing distclean filesNeels Hofmeyr1-0/+11
2016-09-09build: fix ranap gen, use same for gen hnbap and rua genNeels Hofmeyr1-9/+30
2016-08-18hnbgw: move vty commands out to new hnbgw_vty.cNeels Hofmeyr1-0/+1
2016-07-12make regen: fix: use $(MAKE) instead of makeNeels Hofmeyr1-3/+3
2016-05-15attempt to fix parallel build, improve AM logicAlexander Huemer1-2/+3
2016-03-30Move sccp_helpers.[hc] to libosmo-sigtranNeels Hofmeyr1-3/+2
2016-02-29build: use $top_srcdir instead of ../Neels Hofmeyr1-1/+1
2016-02-29fix build: move local include dir before sys installed oneNeels Hofmeyr1-1/+1
2016-01-07hnbgw: Use libosmo-netif for SCCP connection handlingDaniel Willmann1-0/+1
2016-01-07Correct postprocessing of generated filesDaniel Willmann1-4/+4
2016-01-06also 'sed' the include path of the ranap_common.h fileHarald Welte1-0/+1
2016-01-06make ranap_common.cn.[ch] part of libosmo-ranapHarald Welte1-1/+2
2016-01-05move ranap_*.h,iu_helpers.h to include/osmocom/ranap/Neels Hofmeyr1-6/+6
2016-01-05rebuild en/decoders when asn1tostruct.py changedNeels Hofmeyr1-3/+3
2016-01-04move asn1 headers to include/ dir (5/5)Neels Hofmeyr1-1/+1
2016-01-04move asn1 headers to include/ dir (1/5)Neels Hofmeyr1-0/+8
2016-01-03move tests/rua_helper.[ch] to src directoryHarald Welte1-1/+1
2016-01-03steps towards making 'make distcheck' workHarald Welte1-1/+2
2016-01-03move asn1helpers.[ch] to libasn1cHarald Welte1-1/+1
2016-01-03merge (+rename) iu_helpers.c into libosmo-ranapHarald Welte1-3/+3
2016-01-03Makefile restructuring; install ranap header filesHarald Welte1-12/+33
2016-01-03Introduce libosmo-ranap.so as shared RANAP libHarald Welte1-2/+9
2015-12-24fix build if depenedencies are in distinct directoriesAlexander Huemer1-1/+1
2015-12-24hnbgw: Bring all parts togetherHarald Welte1-1/+1
2015-12-23Add a context mapper to map RUA ContextIDs <-> SUA Connection IDsHarald Welte1-1/+1
2015-12-23fix copy/paste mistake in src/Makefile.amAlexander Huemer1-1/+1
2015-12-23hnbgw: Add SUA client socket towards localhostHarald Welte1-2/+2
2015-12-22really fix src/Makefile.amNeels Hofmeyr1-1/+3
2015-12-22fix Makefile.amAlexander Huemer1-9/+0
2015-12-21Makefile.am: Try to model the asn1tostruct.py generation dependenciesHarald Welte1-0/+5
2015-12-18Makefile.am: Replace .PHONY asn1tostruct.py rulesHarald Welte1-3/+3
2015-12-18First compiling (and leak-free) RANAP message generation functionsHarald Welte1-1/+1
2015-12-16hnbgw: Use the now-compiling RANAP encoder+decoder codeHarald Welte1-1/+1
2015-12-15Autotoolize the buildDaniel Willmann1-0/+25