aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-24configure: Introduce --disable-libsctp and error by default if libsctp not foundPau Espin Pedrol2-11/+18
2019-10-24socket.c: build multiaddr socket API helpers only if used by public APIsPau Espin Pedrol1-0/+4
2019-10-22libosmocore.pc.in: Append -lsctp to Libs.privatePau Espin Pedrol1-1/+1
2019-10-21socket: Remove unneeded condition check in osmo_sock_init2_multiaddr()Pau Espin Pedrol1-15/+15
2019-10-18socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol5-2/+307
2019-10-18tdef: Return correct snprintf value for osmo_tdef_range_str_buf()Pau Espin Pedrol1-2/+4
2019-10-11vty: Fix go_parent_cb not called for indented nodes at end of cfg filePau Espin Pedrol1-0/+4
2019-10-10socket.c: Move glibc workarounds to same place in addrinfo_helper()Pau Espin Pedrol1-19/+10
2019-10-09logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol12-100/+709
2019-10-07vty: Optionally Set/replace cfg file during cmd 'write file'Pau Espin Pedrol1-2/+6
2019-10-07tdef_test: verify case where osmo_tdef_set returns -EEXISTPau Espin Pedrol2-0/+4
2019-10-07tdef: Introduce min_val and max_val fieldsPau Espin Pedrol8-13/+175
2019-10-04API doc tweaks (mncc.h, gsm_08_08.h)Neels Hofmeyr2-5/+7
2019-09-28gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IENeels Hofmeyr3-7/+49
2019-09-28cosmetic: clarify c_iflag in osmo_serial_init()Harald Welte1-1/+1
2019-09-28sim/class_tables: Fix typo in commentHarald Welte1-1/+1
2019-09-27gsm29205_test: fix error: missing braces around initializerVadim Yanitskiy1-1/+7
2019-09-26No fail if no /proc/cpuinfoRuben Undheim1-1/+1
2019-09-26msgb: Allow size==headroom in msgb_alloc_headroom*()Pau Espin Pedrol1-2/+2
2019-09-20logging: Move extern declaration of osmo_log_target_list from logging.h to lo...Pau Espin Pedrol2-1/+1
2019-09-20osmo-release.sh: update TODO-RELEASE for non-lib projects tooPau Espin Pedrol1-5/+7
2019-09-20ecu_fr: increase test coverage for FR ECU implementationPhilipp Maier3-2/+88
2019-09-20cosmetic: Add comment on GSM-FR ECU structPhilipp Maier1-0/+1
2019-09-20cosmetic: Move comment to the right placePhilipp Maier1-1/+1
2019-09-18logging.h: add L1 SAPI related context and filterOliver Smith1-0/+2
2019-09-17logging_internal.h: Fix osmo_log_info definitionPau Espin Pedrol1-1/+1
2019-09-11tdef: fixup osmo_tdef_set()Neels Hofmeyr2-9/+7
2019-09-07tdef_vty.h: Add missing header dependenciesPau Espin Pedrol1-0/+3
2019-09-07tdef: Introduce API osmo_tdef_set()Pau Espin Pedrol2-0/+21
2019-09-05Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capabilityHarald Welte2-0/+2
2019-09-05gsm_08_58: Add vendor-specific Message Type for ETWS Primary WarningHarald Welte2-0/+3
2019-09-02codec/ecu: Introduce new generic Error Concealment Unit abstractionHarald Welte6-1/+447
2019-09-02MAXPATHLEN set if not definedRuben Undheim2-0/+10
2019-09-01cbsp: Fix decoding of WRITE-REPLACE payloadHarald Welte1-2/+2
2019-08-31cbsp: Remove printf() statement from early development/debuggingHarald Welte1-1/+0
2019-08-31cbsp: Fix endless loop iteration when decoding cell list IEsHarald Welte3-4/+26
2019-08-30OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointerNeels Hofmeyr1-1/+1
2019-08-30OSMO_SOCKADDR_STR_FMT_ARGS: remove useless conditionNeels Hofmeyr1-1/+1
2019-08-30fix: vty crash by logging during VTY_CLOSED event handlingNeels Hofmeyr1-3/+3
2019-08-27context: Add support for [per-thread] global talloc contextsHarald Welte9-9/+213
2019-08-23Cosmetic: l1sap.h: change /* !< to /*!<Oliver Smith1-5/+5
2019-08-20vty: Register logp cmd next to logging commandsPau Espin Pedrol1-2/+3
2019-08-15osmo_tdef_get(): allow passing -1 as default timeoutNeels Hofmeyr3-2/+4
2019-08-13add vty logp command to echo on all log targetsNeels Hofmeyr2-0/+94
2019-08-12codec/ecu_fr: Mark input TCH frame as 'const' as we only read itHarald Welte2-2/+2
2019-08-08osmo-release.sh: Support releasing openbsc.gitPau Espin Pedrol1-2/+7
2019-08-08osmo-release.sh: Check patches under debian/patches applyPau Espin Pedrol1-0/+17
2019-08-08osmo-release.sh: Verify consistency of dependency versions in configure.ac an...Pau Espin Pedrol1-0/+42
2019-08-07osmo-release.sh: Verify debian/rules dh_strip lines match LIBVERSIONPau Espin Pedrol1-0/+14
2019-08-07osmo-release.sh: Add DRY_RUN modePau Espin Pedrol1-0/+9