aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2017-11-01Revert "vty: Fix bad use of vector_slot()"Neels Hofmeyr1-1/+1
2017-10-30Move additional libraries to appropriate placeMax6-12/+12
2017-10-29Catch repeated calls to osmo_init_logging()Harald Welte1-0/+6
2017-10-27Tag/Release version 0.10.00.10.0Harald Welte6-6/+6
2017-10-27osmo_char2bcd(): Implment hex digits a-f and A-FHarald Welte1-1/+8
2017-10-25utils: avoid segfault when calling osmo_strlcpy(src=NULL)Neels Hofmeyr1-1/+1
2017-10-24rate_ctr: Fix null pointer dereference in error pathHarald Welte1-1/+2
2017-10-24GPRS: constify NS printing routine parametersMax2-3/+3
2017-10-24GPRS: add vty command to show only persistent NSMax1-8/+23
2017-10-24Convert lib-internal rate_ctr from '.' separator to ':' separatorHarald Welte2-12/+12
2017-10-24rate_ctr: Enforce counter (and ctr_group) names are valid identifiersHarald Welte1-1/+117
2017-10-24fsm: Enforce FSM and FSM instance names are valid osmocom identifiersHarald Welte1-1/+12
2017-10-24Introduce osmo_identifier_valid() function to check validity of identifierHarald Welte1-0/+28
2017-10-24GPRS: check and report local address used for NSEMax1-7/+13
2017-10-24GPRS: clarify ip/frgre union useMax2-9/+20
2017-10-24GPRS: wrap NS state assignment in macroMax1-14/+35
2017-10-24GPRS: unify NS state printingMax1-4/+4
2017-10-24vty: Fix bad use of vector_slot()Pau Espin Pedrol1-1/+1
2017-10-24gb: optionally allow nsip packets only from a specific hostPhilipp Maier1-3/+25
2017-10-24Simplify bitvec_write_field()Max1-9/+7
2017-10-24Replace bitvec_set_uint() with bitvec_set_u64()Max1-9/+26
2017-10-23ctrl: allow more nodes than those in enum ctrl_node_typeNeels Hofmeyr1-14/+67
2017-10-23Expand osmo_gettimeofday() docsMax1-1/+7
2017-10-23socket: add function osmo_sock_local_ip() to query local ipPhilipp Maier1-0/+53
2017-10-23GPRS: log NS socketMax1-0/+1
2017-10-22add function msgb_printf() to print formatted text into msg bufPhilipp Maier1-0/+48
2017-10-20Make osmo_apn_to_str() more robustMax1-0/+3
2017-10-20GPRS: print remote state info for NS peerMax1-3/+5
2017-10-17[doc] Properly define gsm0800 group and move all related files into itHarald Welte2-3/+4
2017-10-17[doc] Properly define 'oap' group and add introductory textHarald Welte1-2/+1
2017-10-17[doc] Define 'gsup' group with proper name, add intro textHarald Welte1-2/+1
2017-10-17[doc] make sure all SMS related code is part of the 'sms' groupHarald Welte4-7/+7
2017-10-17[doc] gea has separate group; A5 is not part of crypto but a5 groupHarald Welte2-14/+11
2017-10-16[doc] Don't add libosmovty bits to libosmocore groupsHarald Welte4-30/+29
2017-10-16[doc] Expand Doxuygen documentation for osmo_primHarald Welte1-1/+5
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 Welte2-3/+14
2017-10-16[doc] bits.c: Better / more Doxygen documentationHarald Welte1-0/+5
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 Welte2-1/+112
2017-10-16[doc] counter.[ch] Add Doxygen API documentationHarald Welte1-0/+18
2017-10-16[doc] stat_item: Complete doxygen documentation for APIHarald Welte1-9/+76
2017-10-15Rename 'statistics.c' to 'counter.c'Harald Welte6-7/+7
2017-10-10gsm: make osmo_imsi_str_valid() NULL-safeNeels Hofmeyr1-0/+2
2017-10-10Fix build on older systemsMax1-0/+3
2017-10-09utils: add osmo_is_hexstr(), add unit testNeels Hofmeyr1-0/+33
2017-10-09auth: add OSMO_MILENAGE_IND_BITLEN_MAXNeels Hofmeyr1-1/+1