aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* osmo-bts: Introduce new struct for a power loop in the BTS codesysmocom/osmo-bts/0.3.0-doraHolger Hans Peter Freyther2015-02-051-0/+7
* Fix some packaging mistakes detected by lintian.Max2014-07-303-5/+9
* trau: Cast to remove compiler warningHolger Hans Peter Freyther2014-07-241-1/+1
* bts: Remember the last AMR mode that we receivedHolger Hans Peter Freyther2014-07-241-0/+1
* gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck2014-07-221-20/+35
* gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck2014-07-222-12/+66
* gprs: Use struct to pass context informationJacob Erlbeck2014-07-221-36/+63
* gprs: Use shift functions instead of manual parsingJacob Erlbeck2014-07-221-76/+60
* gprs: Add TLV parse functionsJacob Erlbeck2014-07-223-0/+353
* gprs: Fix TLLI cache size computationJacob Erlbeck2014-07-222-9/+10
* gprs/test: Rearrange for PTMSI parsingJacob Erlbeck2014-07-223-34/+219
* gprs: Add counters related to LLC layer patchingJacob Erlbeck2014-07-222-0/+19
* gprs/vty: Add commands to manage the TLLI listJacob Erlbeck2014-07-223-0/+114
* gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck2014-07-225-48/+465
* gprs: Store gbproxy patching state per peerJacob Erlbeck2014-07-223-83/+146
* gprs/test: Add Detach messages to testJacob Erlbeck2014-07-222-3/+74
* gprs/test: Added GMM Info and fixed TLLIJacob Erlbeck2014-07-222-8/+36
* gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck2014-07-225-13/+284
* gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck2014-07-224-9/+345
* gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck2014-07-228-16/+213
* gprs: Use imsi field instead of imeiJacob Erlbeck2014-07-221-1/+1
* gprs/test: Make test output more readableJacob Erlbeck2014-07-222-274/+159
* Merge branch 'zecke/fixes/osmux-nat'Holger Hans Peter Freyther2014-07-221-16/+74
|\
| * osmux: Drop the message in case we don't know the remote yet.Holger Hans Peter Freyther2014-07-221-0/+7
| * osmux: Qualify the handle by IPv4 address _and_ portHolger Hans Peter Freyther2014-07-221-12/+25
| * osmux: Extract the dummy message, find the endpoint and set rtp portHolger Hans Peter Freyther2014-07-221-1/+34
| * osmux: Send the CI as part of the dummy to help to identify a clientHolger Hans Peter Freyther2014-07-221-2/+7
| * osmux: Using the "CI" and calling it "CID" is plain wrongHolger Hans Peter Freyther2014-07-221-1/+1
|/
* mgcp: Change API to remove memory management from the nameHolger Hans Peter Freyther2014-07-228-20/+21
* Merge commit 'zecke/fixes/mgcp-transcoding'Holger Hans Peter Freyther2014-07-224-18/+168
|\
| * mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther2014-07-222-0/+48
| * mgcp: Add a testcase for 160->80 ptime handlingHolger Hans Peter Freyther2014-07-221-0/+19
| * mgcp: Initialise next_time in case the initial timestamp is not 0.Holger Hans Peter Freyther2014-07-222-6/+10
| * mgcp: Document transcoding semantic and follow itHolger Hans Peter Freyther2014-07-224-16/+95
|/
* mgcp: Fix/test reading/writing the sequence numberHolger Hans Peter Freyther2014-07-223-9/+61
* mgcp: Patch and Count _after_ the transcodingHolger Hans Peter Freyther2014-07-221-1/+1
* mgcp: Add a comment about the return of the functionHolger Hans Peter Freyther2014-07-221-0/+5
* Merge branch 'zecke/fixes/mgcp-transociding-tests'Holger Hans Peter Freyther2014-07-224-300/+333
|\
| * mgcp: Make the internal state of the transcoder accessibleHolger Hans Peter Freyther2014-07-222-50/+54
| * mgcp: Capture the return value of the of the transcode functionHolger Hans Peter Freyther2014-07-222-192/+205
| * mgcp: Do not use errx as finding a test failure is too hardHolger Hans Peter Freyther2014-07-221-6/+12
| * mgcp: Re-factor testcase to separate test and setupHolger Hans Peter Freyther2014-07-221-54/+64
|/
* mgcp: Warn when the buffer is being reset due a wrong seq numberHolger Hans Peter Freyther2014-07-221-2/+5
* mgcp: Mention the packet duration in the error messageHolger Hans Peter Freyther2014-07-221-2/+2
* mgcp: Provide more information about configured endpointsHolger Hans Peter Freyther2014-07-221-13/+26
* mgcp: Fix memory leak in the transcoding codeHolger Hans Peter Freyther2014-07-221-1/+1
* trau_mux.c: Prevent out-of-bounds read in trau_decode_fr()Holger Hans Peter Freyther2014-07-221-0/+3
* smpp: Fix small typo in the commentHolger Hans Peter Freyther2014-07-191-1/+1
* gbproxy: Fix the NAME in the start script...Holger Hans Peter Freyther2014-07-171-1/+1
* bsc: Implement a way to relay a message to the remote MSCHolger Hans Peter Freyther2014-07-091-0/+41