belovictor

Results 8 comments of belovictor

Hi @pespin , First of all thanks a lot for adding metrics collection mechanism to open5gs! From the documentation it is not clear if every daemon launches it's own httpd...

@pespin thanks for clarification. By default both AMF and MME have the same metrics parameters in their config files: ``` metrics: addr: 0.0.0.0 port: 9090 ``` As a result both...

Добрый день, При сборке образа получаю вот такую ошибку: ``` Step 68/81 : COPY ./tmp/rugpt_chitchat/*.* ./ COPY failed: no source files were specified ``` Как с этим бороться?

Is it a feature request, or your plan to implement this feature into the app? :-)

Ok, from what I understood from our code you've done all openHAB communication in WearService and it mostly copies what current app does in it's own UI. As I can...

What do you mean by 'library'?

Ok, things are clearer about the wearable part with your wiki, thanks a lot! So your proposal is to create a separate (from wear) service which will be responsible for...

That's what I meant. There should be a separate service (separate from WearService) which will process all interactions with openHAB for both mobile app and wearservice :-) So that there...