aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2018-09-24vty: omit HIDDEN from vty referenceNeels Hofmeyr1-2/+2
2018-09-24vty list: fix deprecation/hidden bit logicNeels Hofmeyr1-2/+1
2018-09-24vty reference: fix deprecation bit evaluationNeels Hofmeyr1-2/+2
2018-09-21gsm0808_utils: constify parameterPhilipp Maier1-1/+1
2018-09-19gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+44
2018-09-16logging vty: add 'logging level set-all <level>'Neels Hofmeyr1-0/+24
2018-09-16Revert "gsm0808: add function to convert amr gsm0408 setings to gsm0808"Neels Hofmeyr2-44/+0
2018-09-14gsm0808: add function to convert amr gsm0408 setings to gsm0808Philipp Maier2-0/+44
2018-09-13logging vty: deprecate 'all', introduce 'force-all'Neels Hofmeyr1-20/+57
2018-09-13logging vty: write: check logging levels validityNeels Hofmeyr2-8/+24
2018-09-13logging vty: deprecate the 'everything' keywordNeels Hofmeyr2-13/+22
2018-09-13logging vty: rewrite 'logging level' vty cmd generationNeels Hofmeyr2-167/+64
2018-09-13gsm0808: implement BSSMAP Classmark RequestNeels Hofmeyr2-0/+14
2018-09-07add osmo_str_tolower() and _toupper() with testNeels Hofmeyr2-7/+90
2018-09-07api doc: fix osmo_quote_str_*Neels Hofmeyr1-2/+8
2018-09-05coding: Always initialize bit counters in gsm0503_pdtch_egprs_decode().Alexander Chemeris1-0/+5
2018-09-05coding: Correctly count bits when decoding EDGE bursts with MCS >= 7.Alexander Chemeris1-1/+8
2018-09-02Add CC_CAUSE value_string arrayKeith2-0/+55
2018-08-29Properly deal with sockaddr_un socket path length limitations.Stefan Sperling1-4/+11
2018-08-29properly handle mandatory cli param of gsm0808_create_paging2Stefan Sperling1-5/+4
2018-08-28gsm0808: inter-bsc HO messages: add missing BSSMAP header, x4Neels Hofmeyr1-0/+12
2018-08-27log: add 'last' option to 'logging print file'Neels Hofmeyr2-8/+53
2018-08-24gsmtap_util: make sure SO_REUSEADDR is applied for GSMTAPPhilipp Maier1-1/+3
2018-08-23socket: add flag to enforce SO_REUSEADDR on UDP socketsPhilipp Maier1-3/+3
2018-08-22ipa: Document ipa_msg_recv* functionsPau Espin Pedrol1-0/+22
2018-08-20use __FILE__, not __BASE_FILE__Neels Hofmeyr1-2/+2
2018-08-20vty: Makefile: Fix LIBVERSION typo introduced in 0.12.0 releasePau Espin Pedrol1-1/+1
2018-08-16signal: Introduce API osmo_signal_talloc_ctx_initPau Espin Pedrol1-0/+9
2018-08-10bssgp: introduce flush queue functionsAlexander Couzens2-0/+30
2018-08-05libosmogsm: (re)introduce gsm48_push_l3hdr()Vadim Yanitskiy4-21/+38
2018-08-05gsm/gsm0480.c: use the local msgb allocatorVadim Yanitskiy1-3/+3
2018-08-05gsm/gsm0480.c: prevent NULL-pointer dereferenceVadim Yanitskiy1-2/+10
2018-08-05vty/vty.c: fix bug in vty_config_writeMykola Shchetinin1-0/+2
2018-08-04comp128v23 (minor): update original code site and authorKévin Redon1-2/+4
2018-08-02socket: do not set SO_REUSEADDR for IPPROTO_UDPPhilipp Maier1-25/+33
2018-08-02socket: check return code of setsockoptPhilipp Maier1-1/+8
2018-08-01re-introduce ipa_ccm_idtag_parse_off()Harald Welte2-3/+14
2018-08-01Deprecate ipa_ccm_idtag_parse() with ipa_ccm_id_{get,resp}_parse()Harald Welte2-9/+77
2018-07-30oap_client: Rename symbols with osmo_ prefixHarald Welte2-27/+27
2018-07-30import oap_client into libosmogsmHarald Welte3-1/+286
2018-07-30vty/vty.c: remove dead unused tall_bsc_ctxVadim Yanitskiy1-2/+0
2018-07-2904.80: New gsm0480_gen_{reject,return_error}() functionsHarald Welte2-0/+66
2018-07-29USSD: Introduce gsm0480_gen_ussd_resp_7bit()Harald Welte2-1/+23
2018-07-29gsm0480: Factor out msgb allocation helper functionHarald Welte2-1/+7
2018-07-29ctrl/vty: fsm: use correct element when iterating over fsm->proc.childrenAlexander Couzens2-2/+2
2018-07-27fix strncpy bugs in socket.cNeels Hofmeyr1-2/+1
2018-07-27fix strncpy bugs in gsm/ipa.cNeels Hofmeyr1-7/+6
2018-07-27Bump version: 0.11.0.91-9d4a3-dirty → 0.12.00.12.0Pau Espin Pedrol7-8/+7
2018-07-26logging.c: Fix whitespace typoPau Espin Pedrol1-1/+1
2018-07-25logging_vty: Simplify code in config_write_log_singlePau Espin Pedrol1-7/+1