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/.
ptrkrysik gerrit-no-reply at lists.osmocom.orgHello vvvelichkov,
I'd like you to do a code review. Please visit
https://gerrit.osmocom.org/c/gr-gsm/+/24069
to review the following change.
Change subject: grgsm_livemon: Fix UDP client and server blocks
......................................................................
grgsm_livemon: Fix UDP client and server blocks
During the convertion to YAML the block types was changed
from TCP to UDP
Change-Id: I542d7c36c30dc8179fa0ee84fc87e134cd2ba9f5
---
M apps/grgsm_livemon.grc
M apps/grgsm_livemon_headless.grc
2 files changed, 4 insertions(+), 4 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/gr-gsm refs/changes/69/24069/1
diff --git a/apps/grgsm_livemon.grc b/apps/grgsm_livemon.grc
index 4e07e88..fa96cfb 100644
--- a/apps/grgsm_livemon.grc
+++ b/apps/grgsm_livemon.grc
@@ -142,7 +142,7 @@
mtu: '10000'
port: serverport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_SERVER
states:
bus_sink: false
bus_source: false
@@ -162,7 +162,7 @@
mtu: '1500'
port: collectorport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_CLIENT
states:
bus_sink: false
bus_source: false
diff --git a/apps/grgsm_livemon_headless.grc b/apps/grgsm_livemon_headless.grc
index 1bea77c..47db941 100644
--- a/apps/grgsm_livemon_headless.grc
+++ b/apps/grgsm_livemon_headless.grc
@@ -97,7 +97,7 @@
mtu: '10000'
port: serverport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_SERVER
states:
bus_sink: false
bus_source: false
@@ -117,7 +117,7 @@
mtu: '1500'
port: collectorport
tcp_no_delay: 'False'
- type: TCP_SERVER
+ type: UDP_CLIENT
states:
bus_sink: false
bus_source: false
--
To view, visit https://gerrit.osmocom.org/c/gr-gsm/+/24069
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: gr-gsm
Gerrit-Branch: master
Gerrit-Change-Id: I542d7c36c30dc8179fa0ee84fc87e134cd2ba9f5
Gerrit-Change-Number: 24069
Gerrit-PatchSet: 1
Gerrit-Owner: ptrkrysik <ptrkrysik at gmail.com>
Gerrit-Reviewer: vvvelichkov <vvvelichkov at gmail.com>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210503/3559e960/attachment.htm>