aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_network.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-23mgcp: u_int32_t -> uint32_tHolger Hans Peter Freyther1-2/+2
2010-06-17[mgcp] Set the IP_TOS/DSCP on RTP/RTCP IP packets.Holger Hans Peter Freyther1-0/+11
2010-06-17[mgcp] Only patch RTP packets when they arrived on the RTP portHolger Hans Peter Freyther1-2/+4
2010-05-14Merge branch 'master' into on-waves/mgcpHolger Hans Peter Freyther1-1/+1
2010-05-14[mgcp] Improve the language of the comments.Holger Hans Peter Freyther1-2/+2
2010-05-14[mgcp] Include stdlib.h for abs.Holger Hans Peter Freyther1-0/+1
2010-04-30[mgcp] Remove talloc.h header.Holger Hans Peter Freyther1-1/+0
2010-04-30[misc] Remove spaces, fix indention.Holger Hans Peter Freyther1-1/+1
2010-04-25[mgcp] Ignore every dummy packet...Holger Hans Peter Freyther1-7/+7
2010-04-25[mgcp] Add a dummy send method...Holger Hans Peter Freyther1-0/+18
2010-04-09[mgcp] Print the IP addr of the BTS we have detected.Holger Hans Peter Freyther1-2/+3
2010-04-07[mgcp] Print the errno/strerror when we can not receive from our socketHolger Hans Peter Freyther1-2/+3
2010-04-07[mgcp] Count incoming RTP packets from the BTS and remoteHolger Hans Peter Freyther1-0/+6
2010-04-06[mgcp] Do not patch RTP payload when type is set to -1.Holger Hans Peter Freyther1-0/+3
2010-04-05[mgcp] Look at the bts addr set at the endpointHolger Hans Peter Freyther1-1/+3
2010-03-01[mgcp] Do not print potentially many messages...Holger Hans Peter Freyther1-3/+1
2010-02-26Merge remote branch 'origin/master' into on-waves/mgcpHolger Hans Peter Freyther1-3/+4
2010-02-26[mgcp] Patch the rtp payload depending on the direction.Holger Hans Peter Freyther1-0/+36
2010-02-22[mgcp] Move the network bits to a separate file...Holger Hans Peter Freyther1-0/+218