Change in osmo-bts[master]: rtp: make port range configurable, assign correct port numbers

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

dexter gerrit-no-reply at lists.osmocom.org
Wed May 23 13:42:47 UTC 2018


dexter has uploaded a new patch set (#2). ( https://gerrit.osmocom.org/9261 )

Change subject: rtp: make port range configurable, assign correct port numbers
......................................................................

rtp: make port range configurable, assign correct port numbers

The current implementation does not allow the user to specify a port
range in which the BTS is allowed to allocate a local RTP port. Also
the ports the BTS picks do not match the policy described in RFC3550.
An RTP Port must be at an even port number and the matching RTCP
port must be at the following (odd) port number. The BTS currently
picks random port numbers for both.

- Add a VTY command to specify a port range in which the BTS may
  assign local ports.

- Pick ports as described in RFC3550.

Change-Id: Id75f1dfaf898ed8750d28b1c4840e188f4cfdc87
Related: OS#2825 OS#2635
---
M include/osmo-bts/gsm_data_shared.h
M src/common/bts.c
M src/common/rsl.c
M src/common/vty.c
4 files changed, 72 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/61/9261/2
-- 
To view, visit https://gerrit.osmocom.org/9261
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: Id75f1dfaf898ed8750d28b1c4840e188f4cfdc87
Gerrit-Change-Number: 9261
Gerrit-PatchSet: 2
Gerrit-Owner: dexter <pmaier at sysmocom.de>
Gerrit-CC: Jenkins Builder
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20180523/2778799d/attachment.htm>


More information about the gerrit-log mailing list