summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* utils/conv_gen.py: code style changes (line width, tabs, etc.)Vadim Yanitskiy2016-09-241-181/+233
* gprs: Increase NS_ALLOC_SIZE to 3kDaniel Willmann2016-09-231-1/+2
* log CTRL bind address and portNeels Hofmeyr2016-09-231-0/+3
* log telnet bind address and portNeels Hofmeyr2016-09-231-1/+8
* timer_test: set 8 as default steps, use the default in testsuite.atNeels Hofmeyr2016-09-223-16/+281
* timer_test: print more details to stdout to checkNeels Hofmeyr2016-09-222-4/+116
* timer_test: redirect some output from stderr to stdoutNeels Hofmeyr2016-09-222-20/+24
* timer_test: remove all random elementsNeels Hofmeyr2016-09-221-3/+6
* timer_test: do not use real time: deterministic and fasterNeels Hofmeyr2016-09-221-20/+15
* add osmo_gettimeofday as a shim around gettimeofdayNeels Hofmeyr2016-09-2210-17/+87
* timer_test: remove unused precision values and confusing logNeels Hofmeyr2016-09-222-8/+2
* timer_test: also report early finishes, report timing on errorNeels Hofmeyr2016-09-222-5/+19
* fix timer_test: don't forget to set tv_usec on the stop timeNeels Hofmeyr2016-09-221-0/+1
* remove unused local variable in get_rate_ctr()Neels Hofmeyr2016-09-191-1/+1
* remove unused function get_rate_ctr_group()Neels Hofmeyr2016-09-191-37/+0
* build: tests: don't link system installed libosmogsm.Neels Hofmeyr2016-09-101-5/+10
* fix GGSN Ctrl port to 4257Neels Hofmeyr2016-09-092-1/+2
* comment: */ports.h: link to wiki + manuals, indicate used portsNeels Hofmeyr2016-09-092-2/+16
* Add Marker to ph_tch_paramMax2016-09-092-1/+3
* libosmocodec link fix on MacOSXAnatoly Orlov2016-09-091-0/+1
* fix error msg: msgb_put(): say "msgb_put", not "msgb_push"Neels Hofmeyr2016-09-091-1/+1
* core/counter: add osmo_counter_dec()Alexander Couzens2016-08-301-0/+6
* IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr2016-08-293-0/+28
* fix printf format for commit 'osmo_sock_init(): include host and port in erro...Neels Hofmeyr2016-08-291-1/+1
* osmo_sock_init(): include host and port in error messagesNeels Hofmeyr2016-08-271-5/+16
* vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr2016-08-201-1/+1
* configure: check for pkg-config presenceNeels Hofmeyr2016-08-091-0/+15
* Add control interface port for GGSNMax2016-08-081-0/+1
* Add .mailmap file for mapping mail addresses in shortlogHarald Welte2016-08-081-0/+12
* Extend L1SAP with MeasurementsMax2016-08-042-1/+5
* fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte2016-08-011-0/+1
* lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte2016-08-011-1/+1
* Mark input string to osmo_talloc_replace_string() as constHarald Welte2016-07-281-1/+1
* egprs: Add CPS tables from TS 04.60Tom Tsou2016-07-255-1/+137
* Update structure in libosmocore for 11 bit RACHbhargava2016-07-241-1/+11
* Add define for invalid TAMax2016-07-231-0/+2
* rsl: add rsl_act_type_name()Neels Hofmeyr2016-07-233-0/+22
* dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCHNeels Hofmeyr2016-07-234-0/+6
* gsm_08_58.h: introduce RSL_CHAN_NR_1 constantNeels Hofmeyr2016-07-231-0/+1
* fix compiler warning: gsup.c: missing bracesNeels Hofmeyr2016-07-171-1/+1
* bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bitHolger Hans Peter Freyther2016-07-161-2/+2
* Add function to check TA validityMax2016-07-161-0/+10
* ussd: Decode interrogateSS that doesn't have testHolger Hans Peter Freyther2016-07-122-0/+13
* Add EGPRS RLC/MAC headers from 3GPP TS 04.60Tom Tsou2016-07-122-0/+209
* Add GEA3 & GEA4 ciphersMax2016-07-1111-5/+225
* fsm: delete the timer when changing stateHarald Welte2016-07-101-0/+3
* fsm: talloc + copy the 'id' passed into a FSMHarald Welte2016-07-101-1/+2
* fsm: call 'onenter' as last step of a state changeHarald Welte2016-07-101-3/+4
* Add strings with GPRS GMM messagesMax2016-07-083-0/+26
* Add function to check GMM encryptabilityMax2016-07-073-1/+28