aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-10-16[doc] Expand Doxuygen documentation for osmo_primHarald Welte2-5/+28
2017-10-16[doc] Introductory text on what the logging ring buffer is aboutHarald Welte1-0/+7
2017-10-16[doc] Make sure loggingrb.c file is in correct Doxygen group.Harald Welte1-1/+1
2017-10-16[doc] Doxygen documentation on osmo_hexdump print buffer sizeHarald Welte1-0/+6
2017-10-16[doc] Put CRC-16 and generic CRC code in one Doxygen moduleHarald Welte5-11/+28
2017-10-16[doc] bits.c: Better / more Doxygen documentationHarald Welte2-10/+17
2017-10-16[doc] rate_ctr: Extend Doxygen API documentation with human-readable text on ...Harald Welte1-2/+35
2017-10-16[doc] src/logging.c: Fix Doxygen syntax to make logging.c show up in logging ...Harald Welte1-1/+1
2017-10-16[doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte3-22/+145
2017-10-16[doc] counter.[ch] Add Doxygen API documentationHarald Welte2-16/+23
2017-10-16[doc] stat_item: Complete doxygen documentation for APIHarald Welte2-42/+89
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte9-67/+70
2017-10-10gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr3-0/+6
2017-10-10Fix build on older systemsMax1-0/+3
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr4-0/+132
2017-10-09auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr2-1/+2
2017-10-09auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr3-1/+15
2017-10-09Add function to generate random identifierMax5-8/+63
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 Hofmeyr9-3/+253
2017-10-04Fixup severe build performance issuesHarald Welte4-37/+55
2017-09-28doxygen: adjust copyright to include 2017Neels Hofmeyr1-1/+1
2017-09-27CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2-0/+353
2017-09-27vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr9-25/+31
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 Yanitskiy3-1/+282
2017-09-27vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy1-1/+1
2017-09-25Add time conversion helpersMax1-0/+5
2017-09-23vty: derive node name from prompt, use as XML idsNeels Hofmeyr2-1/+51
2017-09-23vty: use internal node id for xml idsNeels Hofmeyr1-1/+1
2017-09-20vty_test: add artificial node levels for better testingNeels Hofmeyr13-39/+440
2017-09-20comment: describe indent_cmp()Neels Hofmeyr1-0/+4
2017-09-20fix vty regression: empty parent nodeNeels Hofmeyr5-7/+38
2017-09-19VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr18-25/+320
2017-09-18Expand bit pretty-printerMax1-9/+11
2017-09-15Make release helper more robustMax2-1/+5
2017-09-12osmo-auc-gen.c: squelch compiler warnings, move local varNeels Hofmeyr1-4/+3
2017-09-08VTY: interactive: never look for matching commands on parent nodeNeels Hofmeyr3-33/+5
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-09-01libosmogsm: add Routing Area Identifier testMax2-0/+57
2017-08-31Makefile.am: fix missing LTLDFLAGS for libosmocodingVadim Yanitskiy2-0/+2
2017-08-30Add define for supported a5 key length limitMax1-1/+3
2017-08-29umts aka: add sqn_ms out-param, print SQN.MS in osmo-auc-genNeels Hofmeyr4-1/+14
2017-08-29cosmetic: umts aka: tweak comments for sqn and indNeels Hofmeyr1-2/+2
2017-08-29osmo-auc-gen: umts: print out the IND of the SQN usedNeels Hofmeyr2-3/+22
2017-08-29osmo-auc-gen: umts: add --ind-len argNeels Hofmeyr4-1/+98
2017-08-29osmo-auc-gen: umts: add --ind argNeels Hofmeyr4-2/+120