aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-09-19remove unused function get_rate_ctr_group()Neels Hofmeyr1-37/+0
2016-09-10build: tests: don't link system installed libosmogsm.Neels Hofmeyr1-5/+10
2016-09-09fix GGSN Ctrl port to 4257Neels Hofmeyr2-1/+2
2016-09-09comment: */ports.h: link to wiki + manuals, indicate used portsNeels Hofmeyr2-2/+16
2016-09-09Add Marker to ph_tch_paramMax2-1/+3
2016-09-09libosmocodec link fix on MacOSXAnatoly Orlov1-0/+1
2016-09-09fix error msg: msgb_put(): say "msgb_put", not "msgb_push"Neels Hofmeyr1-1/+1
2016-08-30core/counter: add osmo_counter_dec()Alexander Couzens1-0/+6
2016-08-29IuPS: add GMM Service Request related constants and value_strNeels Hofmeyr3-0/+28
2016-08-29fix printf format for commit 'osmo_sock_init(): include host and port in erro...Neels Hofmeyr1-1/+1
2016-08-27osmo_sock_init(): include host and port in error messagesNeels Hofmeyr1-5/+16
2016-08-20vty: use VTY_BIND_ADDR_DEFAULT instead of "127.0.0.1"Neels Hofmeyr1-1/+1
2016-08-09configure: check for pkg-config presenceNeels Hofmeyr1-0/+15
2016-08-08Add control interface port for GGSNMax1-0/+1
2016-08-08Add .mailmap file for mapping mail addresses in shortlogHarald Welte1-0/+12
2016-08-04Extend L1SAP with MeasurementsMax2-1/+5
2016-08-01fsm: Make sure we call 'onenter' of new state, not old stateHarald Welte1-0/+1
2016-08-01lapd_core: Fix crash in lapd_dl_flush_hist()Harald Welte1-1/+1
2016-07-28Mark input string to osmo_talloc_replace_string() as constHarald Welte1-1/+1
2016-07-25egprs: Add CPS tables from TS 04.60Tom Tsou5-1/+137
2016-07-24Update structure in libosmocore for 11 bit RACHbhargava1-1/+11
2016-07-23Add define for invalid TAMax1-0/+2
2016-07-23rsl: add rsl_act_type_name()Neels Hofmeyr3-0/+22
2016-07-23dyn TS: add definitions for dynamic TCH/F_TCH/H_PDCHNeels Hofmeyr4-0/+6
2016-07-23gsm_08_58.h: introduce RSL_CHAN_NR_1 constantNeels Hofmeyr1-0/+1
2016-07-17fix compiler warning: gsup.c: missing bracesNeels Hofmeyr1-1/+1
2016-07-16bitvec: Force inlining of bitvec_set_bit_pos/bitvec_set_bitHolger Hans Peter Freyther1-2/+2
2016-07-16Add function to check TA validityMax1-0/+10
2016-07-12ussd: Decode interrogateSS that doesn't have testHolger Hans Peter Freyther2-0/+13
2016-07-12Add EGPRS RLC/MAC headers from 3GPP TS 04.60Tom Tsou2-0/+209
2016-07-11Add GEA3 & GEA4 ciphersMax11-5/+225
2016-07-10fsm: delete the timer when changing stateHarald Welte1-0/+3
2016-07-10fsm: talloc + copy the 'id' passed into a FSMHarald Welte1-1/+2
2016-07-10fsm: call 'onenter' as last step of a state changeHarald Welte1-3/+4
2016-07-08Add strings with GPRS GMM messagesMax3-0/+26
2016-07-07Add function to check GMM encryptabilityMax3-1/+28
2016-07-07gitignore tests/fsm/fsm_testNeels Hofmeyr1-0/+1
2016-07-07Add missing osmo_c4 exportMax1-0/+1
2016-07-03lapd_dl_flush_hist(): Don't flush a non-existant historyHarald Welte1-0/+3
2016-06-29Clarify GPRS algorithmMax1-5/+6
2016-06-29Clarify GPRS ciphering directionMax1-2/+3
2016-06-29tests: test actual support status for auth. algoMax4-4/+10
2016-06-29Add function to check MS GEA capabilitiesMax3-1/+36
2016-06-29Make C4 function globally availableMax3-5/+5
2016-06-29Add strings for GPRS ciphersMax3-0/+13
2016-06-28gitignore: *-libtool for differing platformsNeels Hofmeyr1-0/+3
2016-06-27Mark input parameter to bitvec_set_bits() as 'const'Harald Welte2-2/+2
2016-06-27fsm: Introduce default time-out handlingHarald Welte2-9/+16
2016-06-23Fix potential segfault in msg_dequeueMax1-3/+6
2016-06-20Add octet-aligned/unaligned shift functionsMax4-0/+183