aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-01-05Fix neighbor channel list generation for 1900 MHz PCS bandmmcternan/bb_maintHarald Welte1-3/+3
2016-01-05system_information.c: Distinguish two previously identical log msgsHarald Welte1-2/+2
2015-07-09Remove test for @mgw.Michael McTernan1-1/+1
2015-07-03Support mnc_t.Michael McTernan22-72/+96
2015-02-05osmo-bts: Introduce new struct for a power loop in the BTS codesysmocom/osmo-bts/0.3.0-doraHolger Hans Peter Freyther1-0/+7
2014-07-30Fix some packaging mistakes detected by lintian.Max3-5/+9
2014-07-24trau: Cast to remove compiler warningHolger Hans Peter Freyther1-1/+1
2014-07-24bts: Remember the last AMR mode that we receivedHolger Hans Peter Freyther1-0/+1
2014-07-22gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck1-20/+35
2014-07-22gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck2-12/+66
2014-07-22gprs: Use struct to pass context informationJacob Erlbeck1-36/+63
2014-07-22gprs: Use shift functions instead of manual parsingJacob Erlbeck1-76/+60
2014-07-22gprs: Add TLV parse functionsJacob Erlbeck3-0/+353
2014-07-22gprs: Fix TLLI cache size computationJacob Erlbeck2-9/+10
2014-07-22gprs/test: Rearrange for PTMSI parsingJacob Erlbeck3-34/+219
2014-07-22gprs: Add counters related to LLC layer patchingJacob Erlbeck2-0/+19
2014-07-22gprs/vty: Add commands to manage the TLLI listJacob Erlbeck3-0/+114
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck5-48/+465
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck3-83/+146
2014-07-22gprs/test: Add Detach messages to testJacob Erlbeck2-3/+74
2014-07-22gprs/test: Added GMM Info and fixed TLLIJacob Erlbeck2-8/+36
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck5-13/+284
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck4-9/+345
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck8-16/+213
2014-07-22gprs: Use imsi field instead of imeiJacob Erlbeck1-1/+1
2014-07-22gprs/test: Make test output more readableJacob Erlbeck2-274/+159
2014-07-22Merge branch 'zecke/fixes/osmux-nat'Holger Hans Peter Freyther1-16/+74
2014-07-22osmux: Drop the message in case we don't know the remote yet.Holger Hans Peter Freyther1-0/+7
2014-07-22osmux: Qualify the handle by IPv4 address _and_ portHolger Hans Peter Freyther1-12/+25
2014-07-22osmux: Extract the dummy message, find the endpoint and set rtp portHolger Hans Peter Freyther1-1/+34
2014-07-22osmux: Send the CI as part of the dummy to help to identify a clientHolger Hans Peter Freyther1-2/+7
2014-07-22osmux: Using the "CI" and calling it "CID" is plain wrongHolger Hans Peter Freyther1-1/+1
2014-07-22mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther8-20/+21
2014-07-22Merge commit 'zecke/fixes/mgcp-transcoding'Holger Hans Peter Freyther4-18/+168
2014-07-22mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther2-0/+48
2014-07-22mgcp: Add a testcase for 160->80 ptime handlingHolger Hans Peter Freyther1-0/+19
2014-07-22mgcp: Initialise next_time in case the initial timestamp is not 0.Holger Hans Peter Freyther2-6/+10
2014-07-22mgcp: Document transcoding semantic and follow itHolger Hans Peter Freyther4-16/+95
2014-07-22mgcp: Fix/test reading/writing the sequence numberHolger Hans Peter Freyther3-9/+61
2014-07-22mgcp: Patch and Count _after_ the transcodingHolger Hans Peter Freyther1-1/+1
2014-07-22mgcp: Add a comment about the return of the functionHolger Hans Peter Freyther1-0/+5
2014-07-22Merge branch 'zecke/fixes/mgcp-transociding-tests'Holger Hans Peter Freyther4-300/+333
2014-07-22mgcp: Make the internal state of the transcoder accessibleHolger Hans Peter Freyther2-50/+54
2014-07-22mgcp: Capture the return value of the of the transcode functionHolger Hans Peter Freyther2-192/+205
2014-07-22mgcp: Do not use errx as finding a test failure is too hardHolger Hans Peter Freyther1-6/+12
2014-07-22mgcp: Re-factor testcase to separate test and setupHolger Hans Peter Freyther1-54/+64
2014-07-22mgcp: Warn when the buffer is being reset due a wrong seq numberHolger Hans Peter Freyther1-2/+5
2014-07-22mgcp: Mention the packet duration in the error messageHolger Hans Peter Freyther1-2/+2
2014-07-22mgcp: Provide more information about configured endpointsHolger Hans Peter Freyther1-13/+26
2014-07-22mgcp: Fix memory leak in the transcoding codeHolger Hans Peter Freyther1-1/+1