summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Disable doxygen in jenkins for embedded testsMax2017-10-201-0/+1
* Cleanup jenkins build scriptsMax2017-10-203-32/+26
* GPRS: print remote state info for NS peerMax2017-10-201-3/+5
* api doc: fix two doxygen group closing bracesNeels Hofmeyr2017-10-172-2/+2
* [doc] Properly define gsm0800 group and move all related files into itHarald Welte2017-10-174-5/+14
* [doc] Properly define 'oap' group and add introductory textHarald Welte2017-10-172-4/+12
* [doc] Define 'gsup' group with proper name, add intro textHarald Welte2017-10-172-4/+20
* [doc] make sure all SMS related code is part of the 'sms' groupHarald Welte2017-10-178-11/+27
* [doc] gea has separate group; A5 is not part of crypto but a5 groupHarald Welte2017-10-174-18/+18
* [doc] Provide proper name for 'auth' groupHarald Welte2017-10-171-1/+1
* [doc] Ensure include/crypt/* is part of libosmogsm documentationHarald Welte2017-10-171-1/+1
* [doc] Ensure stats.h is parsed properly for DoxygenHarald Welte2017-10-171-1/+1
* [doc] TLV parser has far grown beyond GSM L3Harald Welte2017-10-161-1/+1
* [doc] Rename "RSL" to "A-bis RSL" in documentation.Harald Welte2017-10-161-1/+1
* [doc] Don't add libosmovty bits to libosmocore groupsHarald Welte2017-10-164-30/+29
* [doc] Expand Doxuygen documentation for osmo_primHarald Welte2017-10-162-5/+28
* [doc] Introductory text on what the logging ring buffer is aboutHarald Welte2017-10-161-0/+7
* [doc] Make sure loggingrb.c file is in correct Doxygen group.Harald Welte2017-10-161-1/+1
* [doc] Doxygen documentation on osmo_hexdump print buffer sizeHarald Welte2017-10-161-0/+6
* [doc] Put CRC-16 and generic CRC code in one Doxygen moduleHarald Welte2017-10-165-11/+28
* [doc] bits.c: Better / more Doxygen documentationHarald Welte2017-10-162-10/+17
* [doc] rate_ctr: Extend Doxygen API documentation with human-readable text on ...Harald Welte2017-10-161-2/+35
* [doc] src/logging.c: Fix Doxygen syntax to make logging.c show up in logging ...Harald Welte2017-10-161-1/+1
* [doc] Add Doxygen API documentation for stats.c and stats_statsd.cHarald Welte2017-10-163-22/+145
* [doc] counter.[ch] Add Doxygen API documentationHarald Welte2017-10-162-16/+23
* [doc] stat_item: Complete doxygen documentation for APIHarald Welte2017-10-162-42/+89
* Rename 'statistics.c' to 'counter.c'Harald Welte2017-10-159-67/+70
* gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr2017-10-103-0/+6
* Fix build on older systemsMax2017-10-101-0/+3
* utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2017-10-094-0/+132
* auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr2017-10-092-1/+2
* auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr2017-10-093-1/+15
* Add function to generate random identifierMax2017-10-095-8/+63
* 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-059-3/+253
* Fixup severe build performance issuesHarald Welte2017-10-044-37/+55
* doxygen: adjust copyright to include 2017Neels Hofmeyr2017-09-281-1/+1
* CTRL: add unit tests for CTRL command parsingNeels Hofmeyr2017-09-272-0/+353
* vty: install 'exit', 'end',... commands on *all* nodesNeels Hofmeyr2017-09-279-25/+31
* 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-273-1/+282
* vty/vty.c: do not bind vty context to application's oneVadim Yanitskiy2017-09-271-1/+1
* Add time conversion helpersMax2017-09-251-0/+5
* vty: derive node name from prompt, use as XML idsNeels Hofmeyr2017-09-232-1/+51
* vty: use internal node id for xml idsNeels Hofmeyr2017-09-231-1/+1
* vty_test: add artificial node levels for better testingNeels Hofmeyr2017-09-2013-39/+440
* comment: describe indent_cmp()Neels Hofmeyr2017-09-201-0/+4
* fix vty regression: empty parent nodeNeels Hofmeyr2017-09-205-7/+38
* VTY: implicit node exit by de-indenting, not parent lookupNeels Hofmeyr2017-09-1918-25/+320