summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add function to generate random identifierMax2017-10-092-0/+49
* Ensure __always_inline is defined on operating systems that don't have itHarald Welte2017-10-091-0/+6
* add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr2017-10-053-1/+70
* doxygen: adjust copyright to include 2017Neels Hofmeyr2017-09-281-1/+1
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-277-19/+29
* gb: drop special vty exit commands, use vty_install_default()Neels Hofmeyr2017-09-274-43/+2
* vty: fix style: bssgp node vty promptNeels Hofmeyr2017-09-271-1/+1
* VTY: implement talloc context introspection commandVadim Yanitskiy2017-09-272-1/+281
* vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy2017-09-271-1/+1
* vty: derive node name from prompt, use as XML idsNeels Hofmeyr2017-09-231-1/+46
* vty: use internal node id for xml idsNeels Hofmeyr2017-09-231-1/+1
* comment: describe indent_cmp()Neels Hofmeyr2017-09-201-0/+4
* fix vty regression: empty parent nodeNeels Hofmeyr2017-09-201-7/+32
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-192-24/+200
* VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr2017-09-081-26/+2
* ipa: place comment "IPA Multiplex" on ipa allocated msgbsNeels Hofmeyr2017-09-071-1/+1
* cosmetic: clarify language in vty read errorKeith2017-09-051-1/+1
* lapd_core: Fix crash in lapd_est_req() functionIvan Kluchnikov2017-09-011-0/+4
* Makefile.am: fix missing LTLDFLAGS for libosmocodingVadim Yanitskiy2017-08-311-0/+1
* umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr2017-08-291-1/+2
* vty: 'ctrl' node: add missing default commands like list,exit,endNeels Hofmeyr2017-08-281-0/+1
* gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be localKeith2017-08-171-1/+1
* auth_milenage: Fix non-AUTS case with OPHarald Welte2017-08-161-12/+24
* add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte2017-08-121-0/+18
* Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functionsHarald Welte2017-08-092-0/+96
* RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()Harald Welte2017-07-301-0/+3
* chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversionHarald Welte2017-07-281-1/+4
* BSSGP: add function to reset all PTP BVCMax2017-07-282-0/+27
* osmo_sock_init2(): Fix creation of non-bound socketsHarald Welte2017-07-211-1/+1
* add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr2017-07-181-0/+5
* LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen2017-07-141-0/+1
* LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen2017-07-141-0/+1
* IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen2017-07-141-0/+5
* socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte2017-07-131-0/+10
* socket: Allow disabling multicast loop on socket creationHarald Welte2017-07-131-4/+16
* socket: Unify listen() calls and check for erroneous returnsHarald Welte2017-07-131-20/+33
* socket.c: Add multicast related convenience functionsHarald Welte2017-07-131-0/+135
* select: Add new osmo_fd_close() functionHarald Welte2017-07-131-0/+17
* gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNELHarald Welte2017-07-131-0/+45
* gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()Harald Welte2017-07-131-1/+40
* utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2017-07-112-0/+12
* Add pseudo-random bit sequence generator to libosmcooreHarald Welte2017-07-102-1/+75
* Ignore broken everything log levelMax2017-07-101-2/+9
* gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2017-07-102-0/+12
* gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther2017-07-071-0/+20
* osmo_sock_get_name(): clearly indicate local and remoteNeels Hofmeyr2017-07-031-2/+2
* Add missing BSSGP cause valuesMax2017-07-011-20/+57
* BSSGP: handle BVC-RESET-ACKMax2017-06-281-0/+3
* control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol2017-06-231-1/+1
* abis_nm.c: Fix implicit enumeration type conversionPau Espin Pedrol2017-06-231-4/+4