aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-10-09auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr2-0/+8
2017-10-09Add function to generate random identifierMax2-0/+49
2017-10-09Ensure __always_inline is defined on operating systems that don't have itHarald Welte1-0/+6
2017-10-05add osmo_imsi_str_valid() and osmo_msisdn_str_valid()Neels Hofmeyr3-1/+70
2017-09-28doxygen: adjust copyright to include 2017Neels Hofmeyr1-1/+1
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr7-19/+29
2017-09-27gb: drop special vty exit commands, use vty_install_default()Neels Hofmeyr4-43/+2
2017-09-27vty: fix style: bssgp node vty promptNeels Hofmeyr1-1/+1
2017-09-27VTY: implement talloc context introspection commandVadim Yanitskiy2-1/+281
2017-09-27vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy1-1/+1
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr1-1/+46
2017-09-23vty: use internal node id for xml idsNeels Hofmeyr1-1/+1
2017-09-20comment: describe indent_cmp()Neels Hofmeyr1-0/+4
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr1-7/+32
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2-24/+200
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr1-26/+2
2017-09-07ipa: place comment "IPA Multiplex" on ipa allocated msgbsNeels Hofmeyr1-1/+1
2017-09-05cosmetic: clarify language in vty read errorKeith1-1/+1
2017-09-01lapd_core: Fix crash in lapd_est_req() functionIvan Kluchnikov1-0/+4
2017-08-31Makefile.am: fix missing LTLDFLAGS for libosmocodingVadim Yanitskiy1-0/+1
2017-08-29umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr1-1/+2
2017-08-28vty: 'ctrl' node: add missing default commands like list,exit,endNeels Hofmeyr1-0/+1
2017-08-17gsm0411_utils: GSM03.40 9.2.3.11 SCTS should be localKeith1-1/+1
2017-08-16auth_milenage: Fix non-AUTS case with OPHarald Welte1-12/+24
2017-08-12add osmo_fd_setup() convenience function to fill-in osmo_fdHarald Welte1-0/+18
2017-08-09Add osmo_gprs_{ul,dl}_block_size_{bits,bytes} functionsHarald Welte2-0/+96
2017-07-30RSL: Add support for RSL_CHAN_OSMO_PDCH to rsl_dec_chan_nr()Harald Welte1-0/+3
2017-07-28chantype_rsl2gsmtap/gsmtap2rsl: Fix PDCH channel type conversionHarald Welte1-1/+4
2017-07-28BSSGP: add function to reset all PTP BVCMax2-0/+27
2017-07-21osmo_sock_init2(): Fix creation of non-bound socketsHarald Welte1-1/+1
2017-07-18add DLMGCP logging category for libosmo-mgcpNeels Hofmeyr1-0/+5
2017-07-14LC15: add NM measurement type to standard attribute listMinh-Quang Nguyen1-0/+1
2017-07-14LC15: Enable string for IPAC RSL direct retryMinh-Quang Nguyen1-0/+1
2017-07-14IPAC manufacture-defined measurement pre-processing definitionsMinh-Quang Nguyen1-0/+5
2017-07-13socket: Add new OSMO_SOCK_F_NO_MCAST_ALL optionHarald Welte1-0/+10
2017-07-13socket: Allow disabling multicast loop on socket creationHarald Welte1-4/+16
2017-07-13socket: Unify listen() calls and check for erroneous returnsHarald Welte1-20/+33
2017-07-13socket.c: Add multicast related convenience functionsHarald Welte1-0/+135
2017-07-13select: Add new osmo_fd_close() functionHarald Welte1-0/+17
2017-07-13gsmtap: Add value_strings for GSMTAP_TYPE and GSMTAP_CHANNELHarald Welte1-0/+45
2017-07-13gsmtap_util: Add chantype_gsmtap2rsl() as inverse of chantype_rsl2gsmtap()Harald Welte1-1/+40
2017-07-11utils: add function gsm_fn_as_gsmtime_str()Philipp Maier2-0/+12
2017-07-10Add pseudo-random bit sequence generator to libosmcooreHarald Welte2-1/+75
2017-07-10Ignore broken everything log levelMax1-2/+9
2017-07-10gsm_utils: Add osmo_dump_gsmtimePau Espin Pedrol2-0/+12
2017-07-07gsup: Add encoding/decoding for the pdp charging characteristicsHolger Hans Peter Freyther1-0/+20
2017-07-03osmo_sock_get_name(): clearly indicate local and remoteNeels Hofmeyr1-2/+2
2017-07-01Add missing BSSGP cause valuesMax1-20/+57
2017-06-28BSSGP: handle BVC-RESET-ACKMax1-0/+3
2017-06-23control_cmd.c: Fix unsigned comparison against < 0Pau Espin Pedrol1-1/+1