summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* ensure unix socket paths are NUL-terminated for bind/connectStefan Sperling2018-09-261-7/+5
* logging_vty: Ensure writing well-formed config filesHarald Welte2018-09-251-9/+9
* gsm0808: add function to convert AMR S15-S0 to gsm0408 settingsPhilipp Maier2018-09-252-0/+42
* vty: omit HIDDEN from vty referenceNeels Hofmeyr2018-09-241-2/+2
* vty list: fix deprecation/hidden bit logicNeels Hofmeyr2018-09-241-2/+1
* vty reference: fix deprecation bit evaluationNeels Hofmeyr2018-09-241-2/+2
* gsm0808_utils: constify parameterPhilipp Maier2018-09-211-1/+1
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-192-0/+44
* logging vty: add 'logging level set-all <level>'Neels Hofmeyr2018-09-161-0/+24
* Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2018-09-162-44/+0
* gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2018-09-142-0/+44
* logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr2018-09-131-20/+57
* logging vty: write: check logging levels validityNeels Hofmeyr2018-09-132-8/+24
* logging vty: deprecate the 'everything' keywordNeels Hofmeyr2018-09-132-13/+22
* logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2018-09-132-167/+64
* gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2018-09-132-0/+14
* add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2018-09-072-7/+90
* api doc: fix osmo_quote_str_*Neels Hofmeyr2018-09-071-2/+8
* coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris2018-09-051-0/+5
* coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.Alexander Chemeris2018-09-051-1/+8
* Add CC_CAUSE value_string arrayKeith2018-09-022-0/+55
* Properly deal with sockaddr_un socket path length limitations.Stefan Sperling2018-08-291-4/+11
* properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling2018-08-291-5/+4
* gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr2018-08-281-0/+12
* log: add 'last' option to 'logging print file'Neels Hofmeyr2018-08-272-8/+53
* gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier2018-08-241-1/+3
* socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier2018-08-231-3/+3
* ipa: Document ipa_msg_recv* functionsPau Espin Pedrol2018-08-221-0/+22
* use __FILE__, not __BASE_FILE__Neels Hofmeyr2018-08-201-2/+2
* vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol2018-08-201-1/+1
* signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol2018-08-161-0/+9
* bssgp: introduce flush queue functionsAlexander Couzens2018-08-102-0/+30
* libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy2018-08-054-21/+38
* gsm/gsm0480.c: use the local msgb allocatorVadim Yanitskiy2018-08-051-3/+3
* gsm/gsm0480.c: prevent NULL-pointer dereferenceVadim Yanitskiy2018-08-051-2/+10
* vty/vty.c: fix bug in vty_config_writeMykola Shchetinin2018-08-051-0/+2
* comp128v23 (minor): update original code site and authorKévin Redon2018-08-041-2/+4
* socket: do not set SO_REUSEADDR for IPPROTO_UDPPhilipp Maier2018-08-021-25/+33
* socket: check return code of setsockoptPhilipp Maier2018-08-021-1/+8
* re-introduce ipa_ccm_idtag_parse_off()Harald Welte2018-08-012-3/+14
* Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2018-08-012-9/+77
* oap_client: Rename symbols with osmo_ prefixHarald Welte2018-07-302-27/+27
* import oap_client into libosmogsmHarald Welte2018-07-303-1/+286
* vty/vty.c: remove dead unused tall_bsc_ctxVadim Yanitskiy2018-07-301-2/+0
* 04.80: New gsm0480_gen_{reject,return_error}() functionsHarald Welte2018-07-292-0/+66
* USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte2018-07-292-1/+23
* gsm0480: Factor out msgb allocation helper functionHarald Welte2018-07-292-1/+7
* ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens2018-07-292-2/+2
* fix strncpy bugs in socket.cNeels Hofmeyr2018-07-271-2/+1
* fix strncpy bugs in gsm/ipa.cNeels Hofmeyr2018-07-271-7/+6