openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Harald Welte
Patch Set 3: Code-Review+2 -- To view, visit https://gerrit.osmocom.org/7793 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibf3932adc07442fb5e9c7a06404853f9d0a20959 Gerrit-PatchSet: 3 Gerrit-Project: openbsc Gerrit-Branch: master

[MERGED] openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Harald Welte
Harald Welte has submitted this change and it was merged. Change subject: nat: Add jitter buffer on the uplink receiver .. nat: Add jitter buffer on the uplink receiver Default usage values are defined in mgcp node, and can be

[PATCH] openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Pau Espin Pedrol
Hello Harald Welte, Jenkins Builder, I'd like you to reexamine a change. Please visit https://gerrit.osmocom.org/7793 to look at the new patch set (#3). nat: Add jitter buffer on the uplink receiver Default usage values are defined in mgcp node, and can be per-BSC overriden on each bsc

openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-16 Thread Harald Welte
Patch Set 2: Code-Review-1 (7 comments) https://gerrit.osmocom.org/#/c/7793/2/openbsc/include/openbsc/mgcp_internal.h File openbsc/include/openbsc/mgcp_internal.h: Line 215: uint32_t bts_jitter_delay_min; what units is this? ms? us? bytes? codec-frames? If the varioable name doesn't

openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-13 Thread Pau Espin Pedrol
Patch Set 1: After I receive feedback for this one, I may add support to enable a jitterbuffer in the downstream too in a follow up commit. -- To view, visit https://gerrit.osmocom.org/7793 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment

openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-13 Thread Pau Espin Pedrol
Patch Set 1: Depends on https://gerrit.osmocom.org/#/c/7773 for correct build. -- To view, visit https://gerrit.osmocom.org/7793 To unsubscribe, visit https://gerrit.osmocom.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ibf3932adc07442fb5e9c7a06404853f9d0a20959 Gerrit-PatchSet: 1

[PATCH] openbsc[master]: nat: Add jitter buffer on the uplink receiver

2018-04-13 Thread Pau Espin Pedrol
nat: Add jitter buffer on the uplink receiver Default usage values are defined in mgcp node, and can be per-BSC overriden on each bsc node. Change-Id: Ibf3932adc07442fb5e9c7a06404853f9d0a20959 --- M openbsc/include/openbsc/bsc_nat.h M openbsc/include/openbsc/mgcp.h M