aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src
AgeCommit message (Expand)AuthorFilesLines
2014-07-24trau: Cast to remove compiler warningHolger Hans Peter Freyther1-1/+1
2014-07-22gprs: Move LLC IE length fix to BSSGP levelJacob Erlbeck1-20/+35
2014-07-22gprs: Parse PTMSI and update TLLI accordinglyJacob Erlbeck1-2/+54
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 Erlbeck1-0/+116
2014-07-22gprs: Fix TLLI cache size computationJacob Erlbeck1-1/+6
2014-07-22gprs/test: Rearrange for PTMSI parsingJacob Erlbeck1-0/+20
2014-07-22gprs: Add counters related to LLC layer patchingJacob Erlbeck1-0/+15
2014-07-22gprs/vty: Add commands to manage the TLLI listJacob Erlbeck2-0/+112
2014-07-22gprs: Track IMSI/TLLI to control APN patchingJacob Erlbeck2-41/+444
2014-07-22gprs: Store gbproxy patching state per peerJacob Erlbeck1-63/+132
2014-07-22gprs: Add APN patch support for LLC/GSM messagesJacob Erlbeck2-4/+264
2014-07-22gprs: Add MCC/MNC patch support for LLC/GMM messagesJacob Erlbeck2-1/+327
2014-07-22gprs: Implement BSSGP MCC/MNC patchingJacob Erlbeck4-2/+187
2014-07-22gprs: Use imsi field instead of imeiJacob Erlbeck1-1/+1
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 Freyther4-11/+16
2014-07-22mgcp: Fix/test the case of a time jump and the resyncHolger Hans Peter Freyther1-0/+1
2014-07-22mgcp: Initialise next_time in case the initial timestamp is not 0.Holger Hans Peter Freyther1-2/+4
2014-07-22mgcp: Document transcoding semantic and follow itHolger Hans Peter Freyther1-1/+8
2014-07-22mgcp: Fix/test reading/writing the sequence numberHolger Hans Peter Freyther1-2/+2
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-22mgcp: Make the internal state of the transcoder accessibleHolger Hans Peter Freyther1-50/+1
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
2014-07-22trau_mux.c: Prevent out-of-bounds read in trau_decode_fr()Holger Hans Peter Freyther1-0/+3
2014-07-19smpp: Fix small typo in the commentHolger Hans Peter Freyther1-1/+1
2014-07-09bsc: Implement a way to relay a message to the remote MSCHolger Hans Peter Freyther1-0/+41
2014-07-09osmux: Now that we have IPv4/port we might want to consider to expire handlesHolger Hans Peter Freyther1-0/+1
2014-07-09osmux: Mention where the data was coming fromHolger Hans Peter Freyther1-2/+4
2014-07-09osmux: Be accurate. The label has been already createdHolger Hans Peter Freyther1-1/+1
2014-07-08osmux: Make sure to always use the right dummy sending methodHolger Hans Peter Freyther1-6/+11
2014-07-08bsc: Use the word core network and not backbone.Holger Hans Peter Freyther1-2/+2
2014-07-08osmux: Remove extra newline from the osmux log messageHolger Hans Peter Freyther1-1/+1
2014-07-07mgcp: Verify that the force-ptime is written back to the fileHolger Hans Peter Freyther1-1/+3
2014-07-07mgcp: Fix documentation issue in the force-ptime commandHolger Hans Peter Freyther1-1/+2
2014-07-07rtp: Share the rtp header between the proxy and the mgcp codeHolger Hans Peter Freyther2-58/+2
2014-07-07nat: Fix the documentation issue with the osmux commandHolger Hans Peter Freyther1-1/+1
2014-07-07gprs_llc: Prevent llme_alloc/lle_init from reading invalid memoryDaniel Willmann1-1/+1
2014-07-07libbsc, osmo-bsc{, _nat}: Prevent unaligned access when casting TLVP_VALDaniel Willmann3-7/+7
2014-07-07gprs/test: Remove verbose parameter of gbprox_dump_* functionsJacob Erlbeck1-8/+2
2014-07-03db: Use ulonglong to access the database for sqlite3Holger Hans Peter Freyther1-14/+14