summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* GPRS: check and report local address used for NSEMax2017-10-241-7/+13
* GPRS: clarify ip/frgre union useMax2017-10-242-9/+20
* GPRS: wrap NS state assignment in macroMax2017-10-241-14/+35
* GPRS: unify NS state printingMax2017-10-241-4/+4
* vty: Fix bad use of vector_slot()Pau Espin Pedrol2017-10-241-1/+1
* gb: optionally allow nsip packets only from a specific hostPhilipp Maier2017-10-241-3/+25
* Simplify bitvec_write_field()Max2017-10-241-9/+7
* Replace bitvec_set_uint() with bitvec_set_u64()Max2017-10-241-9/+26
* ctrl: allow more nodes than those in enum ctrl_node_typeNeels Hofmeyr2017-10-231-14/+67
* Expand osmo_gettimeofday() docsMax2017-10-231-1/+7
* socket: add function osmo_sock_local_ip() to query local ipPhilipp Maier2017-10-231-0/+53
* GPRS: log NS socketMax2017-10-231-0/+1
* add function msgb_printf() to print formatted text into msg bufPhilipp Maier2017-10-221-0/+48
* Make osmo_apn_to_str() more robustMax2017-10-201-0/+3
* GPRS: print remote state info for NS peerMax2017-10-201-3/+5
* [doc] Properly define gsm0800 group and move all related files into itHarald Welte2017-10-172-3/+4
* [doc] Properly define 'oap' group and add introductory textHarald Welte2017-10-171-2/+1
* [doc] Define 'gsup' group with proper name, add intro textHarald Welte2017-10-171-2/+1
* [doc] make sure all SMS related code is part of the 'sms' groupHarald Welte2017-10-174-7/+7
* [doc] gea has separate group; A5 is not part of crypto but a5 groupHarald Welte2017-10-172-14/+11
* [doc] Don't add libosmovty bits to libosmocore groupsHarald Welte2017-10-164-30/+29
* [doc] Expand Doxuygen documentation for osmo_primHarald Welte2017-10-161-1/+5
* [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-162-3/+14
* [doc] bits.c: Better / more Doxygen documentationHarald Welte2017-10-161-0/+5
* [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-162-1/+112
* [doc] counter.[ch] Add Doxygen API documentationHarald Welte2017-10-161-0/+18
* [doc] stat_item: Complete doxygen documentation for APIHarald Welte2017-10-161-9/+76
* Rename 'statistics.c' to 'counter.c'Harald Welte2017-10-156-7/+7
* gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr2017-10-101-0/+2
* Fix build on older systemsMax2017-10-101-0/+3
* utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr2017-10-091-0/+33
* auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr2017-10-091-1/+1
* auth: add value_strings for osmo_sub_auth_type, comment on osmo_auth_alg_name()Neels Hofmeyr2017-10-092-0/+8
* 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