aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc
AgeCommit message (Expand)AuthorFilesLines
2013-12-10mgcp/rtp: Refactored packet_duration computationJacob Erlbeck3-7/+25
2013-12-10mgcp/rtp: Fix RTP timestamps if enabledJacob Erlbeck3-46/+68
2013-12-10mgcp/rtp: Only patch SSRC once after MDCX if enabledJacob Erlbeck3-2/+6
2013-12-10mgcp/rtp: Use SSRC in proper byte orderingJacob Erlbeck2-10/+14
2013-12-10mgcp/rtp: Compute default packet duration at state initialisiationJacob Erlbeck2-10/+14
2013-12-10mgcp/rtp: Only update RTP header field offsets if enabledJacob Erlbeck1-16/+28
2013-12-10mgcp/rtp: Change the log message shown when the SSRC changesJacob Erlbeck1-7/+9
2013-12-10mgcp/rtp: Add RTP header patch mode configurationJacob Erlbeck6-7/+181
2013-12-05mgcp/rtp: Fix output timing error counterJacob Erlbeck2-21/+32
2013-12-05mgcp/rtp: Add more test cases for RTP header patchingJacob Erlbeck2-4/+114
2013-12-05mgcp: Handle SDP in CRCX received by the MGWJacob Erlbeck2-2/+11
2013-12-05mgcp/nat: Take payload type from SDP dataJacob Erlbeck3-6/+16
2013-12-05mgcp: NUL-terminate MGCP messageJacob Erlbeck1-1/+15
2013-12-05mgcp: Refactor MGCP/SDP parsingJacob Erlbeck1-32/+66
2013-12-05mgcp: Add tests for payload types in MGCP messagesJacob Erlbeck4-6/+98
2013-12-05mgcp: Add new for_each_line macro that also returns empty linesJacob Erlbeck3-0/+80
2013-12-05mgcp: Rename for_each_line to for_each_non_empty_lineJacob Erlbeck1-6/+6
2013-11-27osmo-nitb: don't print 'bac_hack' in usage/help outputHarald Welte1-1/+1
2013-11-25mgcp/rtp: Fix timestamp offset when patching RTP packetsJacob Erlbeck5-12/+49
2013-11-25mgcp/rtp: Add test case for RTP timestamp patching and statsJacob Erlbeck3-9/+131
2013-11-25mgcp/rtp: Add counter for invalid RTP timestamp deltasJacob Erlbeck5-32/+160
2013-11-22bsc: Add a VTY command to show the paging group for a BSC/IMSIHolger Hans Peter Freyther2-0/+41
2013-11-21rtp: Fixed size check in padded RTP packetsJacob Erlbeck1-1/+1
2013-11-15bsc: Use the right string for the notificationHolger Hans Peter Freyther1-1/+1
2013-11-14rtp: Take the parameter from the argumentsHolger Hans Peter Freyther1-1/+1
2013-11-11ipa: Explain that one needs to get the IP address of the BTS as argumentHolger Hans Peter Freyther1-1/+1
2013-11-05shared: Introduce/Add procedure pending to the MOHolger Hans Peter Freyther1-0/+1
2013-11-03gbproxy: The "[stats]" option was not documented, document itHolger Hans Peter Freyther1-1/+1
2013-11-01bsc/ussd: Rename bsc_send_ussd_notification()Jacob Erlbeck1-5/+6
2013-11-01bsc/ussd: Send faked CM Service Accept before sending USSDJacob Erlbeck1-0/+3
2013-11-01bsc: Move gsm48_tx_mm_serv_ack/rej to gsm_04_08_utils.cJacob Erlbeck3-23/+37
2013-10-31Revert "bsc/ussd: Send faked CM Service Accept before sending USSD"Holger Hans Peter Freyther4-20/+10
2013-10-31bsc/ussd: Send faked CM Service Accept before sending USSDJacob Erlbeck4-10/+20
2013-10-30vty: Enable the end/exit test for libosmocore nodesJacob Erlbeck1-13/+6
2013-10-30vty: Use vty_install_default() instead of bsc_install_default()Jacob Erlbeck12-67/+18
2013-10-25bts: Add a flag to remember the kind of activation/releaseHolger Hans Peter Freyther1-0/+2
2013-10-24gbproxy: Fix handling of NSEI changesJacob Erlbeck2-34/+40
2013-10-24gbproxy: Add test for NSEI and NSVCI changesJacob Erlbeck4-4/+866
2013-10-24gbproxy/vty: Enhance delete-gbproxy-peer commandJacob Erlbeck4-24/+133
2013-10-24gbproxy: Add a command to delete peers from the GBProxyHolger Hans Peter Freyther3-2/+28
2013-10-24gbproxy: Fix rate counter group leak in peer_free()Jacob Erlbeck1-0/+1
2013-10-24gbproxy: Add basic VTY testsJacob Erlbeck1-0/+40
2013-10-24vty: Fix whitespace in test scriptJacob Erlbeck1-7/+7
2013-10-19gbproxy: Reject SGSN UNITDATA messages with an invalid BVCIJacob Erlbeck2-10/+13
2013-10-19gbproxy: Test invalid BVCI from SGSNJacob Erlbeck4-1/+62
2013-10-19gbproxy: Add global and per peer countersJacob Erlbeck4-19/+180
2013-10-19gbproxy: Fix warning and log messageJacob Erlbeck1-1/+2
2013-10-19gbproxy: Extended test program to simulate SGSN, tooJacob Erlbeck2-43/+627
2013-10-15gbproxy: Replace NS-VC references by NSEIJacob Erlbeck4-63/+67
2013-10-15gbproxy: Add test program to test gbproxy message handlingJacob Erlbeck9-1/+822