aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2016-06-16Add Finite State Machine abstraction codeHarald Welte9-3/+738
2016-06-16Add UMTS AKA related MM/GMM message type and IE definitionsHarald Welte3-1/+22
2016-06-16Add structures defining decoded TS 23.003 identitiesHarald Welte2-0/+81
2016-06-16gsup: Add OSMO_GSUP_MSGT_AUTH_FAIL_REPORTHarald Welte1-0/+2
2016-06-16gsup.c: Fix encoding of UMTS auth vectorsHarald Welte1-6/+22
2016-06-15vty: Fix documentation of 'show asciidoc counters' VTY commandHarald Welte1-1/+1
2016-06-14Fix retrieving rate_ctr over control interfaceMax1-13/+7
2016-06-14add vty call show asciidoc: generate a documentation for countersAlexander Couzens3-0/+197
2016-06-13add rsl_or_ipac_msg_name() for both standard and ip.access msg typesNeels Hofmeyr3-0/+13