Using pipe to write stdin causes srslog error #565
Replies: 1 comment 2 replies
-
Not sure about the usage of the pipe, but if you just want to enable the metric trace in gnb then add the following to your config:
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to use python subprocess to run gnb, and write data to stdin. So I used
gnb = subprocess.Popen(cmd , stdin=subprocess.PIPE)
,but it causes srslog error:I used pipe in bash, and it casues the same error.
How to solve this error?
Beta Was this translation helpful? Give feedback.
All reactions