summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* gitignore tests/fsm/fsm_testNeels Hofmeyr2016-07-071-0/+1
* Add missing osmo_c4 exportMax2016-07-071-0/+1
* lapd_dl_flush_hist(): Don't flush a non-existant historyHarald Welte2016-07-031-0/+3
* Clarify GPRS algorithmMax2016-06-291-5/+6
* Clarify GPRS ciphering directionMax2016-06-291-2/+3
* tests: test actual support status for auth. algoMax2016-06-294-4/+10
* Add function to check MS GEA capabilitiesMax2016-06-293-1/+36
* Make C4 function globally availableMax2016-06-293-5/+5
* Add strings for GPRS ciphersMax2016-06-293-0/+13
* gitignore: *-libtool for differing platformsNeels Hofmeyr2016-06-281-0/+3
* Mark input parameter to bitvec_set_bits() as 'const'Harald Welte2016-06-272-2/+2
* fsm: Introduce default time-out handlingHarald Welte2016-06-272-9/+16