Ethan Arnold
Ethan Arnold
Hi acetcom, Please find pcap of the EPC. Do you need more? [EPCws.zip](https://github.com/open5gs/open5gs/files/4649050/EPCws.zip)
Here the log for the SGW on DEBUG level. ``` 05/19 11:59:54.760: [sgw] DEBUG: sgw_state_operational(): SGW_EVT_S11_MESSAGE (../src/sgw/sgw-sm.c:73) 05/19 11:59:54.760: [gtp] DEBUG: [1] REMOTE Create peer [192.168.0.10]:2123 (../lib/gtp/xact.c:158) 05/19 11:59:54.760: [gtp]...
... and MME log ... ``` 05/19 11:57:18.327: [app] INFO: Configuration: '/etc/open5gs/mme.yaml' (../src/main.c:54) 05/19 11:57:18.327: [app] INFO: File Logging: '/var/log/open5gs/mme.log' (../src/main.c:57) 05/19 11:57:18.327: [app] INFO: LOG-LEVEL: 'debug' (../src/main.c:60) 05/19 11:57:18.385:...
and finally pgw... ``` 05/19 11:57:24.851: [app] INFO: Configuration: '/etc/open5gs/pgw.yaml' (../src/main.c:54) 05/19 11:57:24.851: [app] INFO: File Logging: '/var/log/open5gs/pgw.log' (../src/main.c:57) 05/19 11:57:24.851: [app] INFO: LOG-LEVEL: 'debug' (../src/main.c:60) 05/19 11:57:24.929: [thread] DEBUG:...
For some strange reason it looks like S5U/C messages are not sent to PGW (127.0.0.3) but wrongly to 192.168.0.10 instead. What do you think? Thanks for any help in advance.
We found the problem. In the HSS in APN configurations we set the PGW IPv4 Address in the APN configurations to 192.168.0.10. This created the issue. If you can could...
IMHO it is still a problem, since conflicting configurations are confusing. There should be no 2 places to configure one option, or at least it should be well documented in...
As of today, the StarterCode builds & runs for me with this build.gradle (app) which uses all the newest versions: ``` apply plugin: 'com.android.application' android { compileSdkVersion 28 defaultConfig {...
I'm currently trying to get it working on Ubuntu 20.04. Here my ordeal so far is documented: https://github.com/grantwilk/d-noise/issues/5 @stevefoy @RicardasSim @jasperges Do you know how to get past the cmake...
Oh, I didn't know openEVSE had any kind of certification... If that's the case then I understand fully why it makes sense to not change the hardware. On the other...