Project

General

Profile

Actions

Bug #4446

open

osmo-bts doesn't actually ever connect() its RTP/UDP sockets

Added by laforge about 4 years ago. Updated about 3 years ago.

Status:
New
Priority:
Low
Assignee:
Category:
-
Target version:
-
Start date:
03/08/2020
Due date:
% Done:

0%

Spec Reference:

Description

In Abis/IP we are using fully-symmetric RTP over a UDP flow between a given set of IP:Port tuples on either side of the Abis link. As such, we would normally expect that the sockets are not just bound to a local port on the BTS side, but that they're also connect()ed to the remote side.

We are using osmo_rtp_socket_connect() in source:src/common/rtp.c and asume that this actually happens, but a look in netstat indicates differently :(


Related issues

Related to OsmoBTS - Bug #4444: ports not unique when running multiple osmo-bts on the same machineResolvedlaforge03/08/2020

Actions
Actions #1

Updated by laforge about 4 years ago

  • Status changed from New to In Progress
udp      768      0 172.18.23.4:16384       0.0.0.0:*                          
udp        0      0 172.18.23.4:16385       0.0.0.0:*                          
udp      768      0 172.18.23.4:16386       0.0.0.0:*                          
udp        0      0 172.18.23.4:16387       0.0.0.0:*                          
udp      768      0 172.18.23.4:16388       0.0.0.0:*                          
udp        0      0 172.18.23.4:16389       0.0.0.0:*                          
udp      768      0 172.18.23.4:16390       0.0.0.0:*                          
udp        0      0 172.18.23.4:16391       0.0.0.0:*                          
Actions #2

Updated by laforge about 4 years ago

  • Related to Bug #4444: ports not unique when running multiple osmo-bts on the same machine added
Actions #3

Updated by osmith about 4 years ago

  • Description updated (diff)
Actions #4

Updated by laforge about 4 years ago

  • Description updated (diff)
  • Status changed from In Progress to New
Actions #5

Updated by laforge about 3 years ago

  • Description updated (diff)
Actions #6

Updated by laforge about 3 years ago

  • Assignee changed from laforge to pespin
  • Priority changed from Normal to Low
Actions

Also available in: Atom PDF

Add picture from clipboard (Maximum size: 48.8 MB)