laurent pinson
laurent pinson
Does pyjson5 allow customization for decoding/encoding as with the official Python json library? json.load() can have a parameter **cls** or **object_hook** to provide a customize decoder class or method. example:...
Hi, while testing multiple attach/detach procedure, I end up with the following issue. Sometimes, calling nr-ue on an IMSI that was previously "deregister switch-off" may result in a _ghost_ imsi...
* Plugin version used: 1.84 * Jenkins version used: Jenkins 2.332.3 * Build job log: ``` Commit on master detected Running as SYSTEM Building on the built-in node in workspace...
Hi, I decided to contribute to this project as I had needs for C-preprocessors in Python with support for #if. I split my contribution in one "feature" per commit for...
I don't know what people expect: The following code is valid according to the current algorithm ``` #if A print('A') #elseif B print('B') #elseif C print('C') #else print('D') #endif #endif...
Hi, I am integrating your solution to decode 3GPP protocols (RRC, NAS, NGAP). I just found out that when I decode a RRC message for example, if a container is...
Hi @aligungr, the gnb part of ueRANSIM allows us to trigger a rrcRelease on a simulated UE but how do we know which UE is which? Currently when I simulate...
Is rfhub2 able to auto-update if the content of paths provided update?
removed tox + remake GH workflows
It looks like Travis CI is not used any more for validating and delivering this repo. The company behind Travis CI stop supporting open source projects. See here https://www.reddit.com/r/linux/comments/k92tc0/travis_is_no_longer_free_for_opensource_projects/ A...