summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* gsm: gsm_utils: Fix return type of API ms_class_gmsk_dbm() and add unit testsPau Espin Pedrol2019-11-043-4/+23
* gsm: Fix compilation error under some compilersPau Espin Pedrol2019-11-042-2/+2
* gsm_04_08.h: Introduce API osmo_gsm48_rfpowercap2powerclass()Pau Espin Pedrol2019-11-035-1/+49
* add osmo_sockaddr_str_is_nonzero()Neels Hofmeyr2019-11-014-0/+87
* cosmetic: gsm_04_08.h: Fix trailing whitespacePau Espin Pedrol2019-11-011-3/+3
* fsm: refuse state chg and events after termNeels Hofmeyr2019-10-292-1996/+307
* add osmo_fsm_set_dealloc_ctx(), to help with use-after-freeNeels Hofmeyr2019-10-294-26/+3508
* gprs_ns_vty: return success for disabled FR/GREOliver Smith2019-10-291-4/+0
* gsm0508: add functions to calculate beginning of a blockPhilipp Maier2019-10-287-0/+611
* vty: Return error if cmd returns CMD_WARNING while reading cfg filePau Espin Pedrol2019-10-285-2/+29
* configure: Introduce --disable-libsctp and error by default if libsctp not foundPau Espin Pedrol2019-10-242-11/+18
* socket.c: build multiaddr socket API helpers only if used by public APIsPau Espin Pedrol2019-10-241-0/+4
* libosmocore.pc.in: Append -lsctp to Libs.privatePau Espin Pedrol2019-10-221-1/+1
* socket: Remove unneeded condition check in osmo_sock_init2_multiaddr()Pau Espin Pedrol2019-10-211-15/+15
* socket: Introduce API osmo_sock_init2_multiaddr()Pau Espin Pedrol2019-10-185-2/+307
* tdef: Return correct snprintf value for osmo_tdef_range_str_buf()Pau Espin Pedrol2019-10-181-2/+4
* vty: Fix go_parent_cb not called for indented nodes at end of cfg filePau Espin Pedrol2019-10-111-0/+4
* socket.c: Move glibc workarounds to same place in addrinfo_helper()Pau Espin Pedrol2019-10-101-19/+10
* logging: Introduce mutex API to manage log_target in multi-thread envsPau Espin Pedrol2019-10-0912-100/+709
* vty: Optionally Set/replace cfg file during cmd 'write file'Pau Espin Pedrol2019-10-071-2/+6
* tdef_test: verify case where osmo_tdef_set returns -EEXISTPau Espin Pedrol2019-10-072-0/+4
* tdef: Introduce min_val and max_val fieldsPau Espin Pedrol2019-10-078-13/+175
* API doc tweaks (mncc.h, gsm_08_08.h)Neels Hofmeyr2019-10-042-5/+7
* gsup: add OSMO_GSUP_SUPPORTED_RAT_TYPES_IE and OSMO_GSUP_CURRENT_RAT_TYPE_IENeels Hofmeyr2019-09-283-7/+49
* cosmetic: clarify c_iflag in osmo_serial_init()Harald Welte2019-09-281-1/+1
* sim/class_tables: Fix typo in commentHarald Welte2019-09-281-1/+1
* gsm29205_test: fix error: missing braces around initializerVadim Yanitskiy2019-09-271-1/+7
* No fail if no /proc/cpuinfoRuben Undheim2019-09-261-1/+1
* msgb: Allow size==headroom in msgb_alloc_headroom*()Pau Espin Pedrol2019-09-261-2/+2
* logging: Move extern declaration of osmo_log_target_list from logging.h to lo...Pau Espin Pedrol2019-09-202-1/+1
* osmo-release.sh: update TODO-RELEASE for non-lib projects tooPau Espin Pedrol2019-09-201-5/+7
* ecu_fr: increase test coverage for FR ECU implementationPhilipp Maier2019-09-203-2/+88
* cosmetic: Add comment on GSM-FR ECU structPhilipp Maier2019-09-201-0/+1
* cosmetic: Move comment to the right placePhilipp Maier2019-09-201-1/+1
* logging.h: add L1 SAPI related context and filterOliver Smith2019-09-181-0/+2
* logging_internal.h: Fix osmo_log_info definitionPau Espin Pedrol2019-09-171-1/+1
* tdef: fixup osmo_tdef_set()Neels Hofmeyr2019-09-112-9/+7
* tdef_vty.h: Add missing header dependenciesPau Espin Pedrol2019-09-071-0/+3
* tdef: Introduce API osmo_tdef_set()Pau Espin Pedrol2019-09-072-0/+21
* Introduce BTS_FEAT_ETWS_PN for communicating ETWS PN capabilityHarald Welte2019-09-052-0/+2
* gsm_08_58: Add vendor-specific Message Type for ETWS Primary WarningHarald Welte2019-09-052-0/+3
* codec/ecu: Introduce new generic Error Concealment Unit abstractionHarald Welte2019-09-026-1/+447
* MAXPATHLEN set if not definedRuben Undheim2019-09-022-0/+10
* cbsp: Fix decoding of WRITE-REPLACE payloadHarald Welte2019-09-011-2/+2
* cbsp: Remove printf() statement from early development/debuggingHarald Welte2019-08-311-1/+0
* cbsp: Fix endless loop iteration when decoding cell list IEsHarald Welte2019-08-313-4/+26
* OSMO_SOCKADDR_STR_FMT_ARGS: guard against NULL pointerNeels Hofmeyr2019-08-301-1/+1
* OSMO_SOCKADDR_STR_FMT_ARGS: remove useless conditionNeels Hofmeyr2019-08-301-1/+1
* fix: vty crash by logging during VTY_CLOSED event handlingNeels Hofmeyr2019-08-301-3/+3
* context: Add support for [per-thread] global talloc contextsHarald Welte2019-08-279-9/+213