Nick

Results 25 comments of Nick

Hi @pavithra-droid - I must admit I never got to the bottom of this, In terms of your config I was seeing the Diameter messaging hit Kamailio, and Kamailio could...

Hi @Stranger-inton , I took your patch and put it into this branch with some increased debugging / logging, [Kamailio - Diameter_Fix](https://github.com/nickvsnetworking/kamailio/tree/Diameter_Fix) Unfortunately I when I tried the patch it...

Thanks @Stranger-inton , I've got it relaying requests, but relaying responses I have not yet got working, Seems CDP creates a session to associate the responses, which I'd assume is...

+1 on this - I've tried and haven't been able to get the build instructions working, if someone can give me a point in the right direction I'm happy to...

Hi @SSLP56 , MME does not ever read database, it only talks to HSS. If the subscriber data changes in the HSS, it can tell the MME the data has...

Hi @cmmacneill53 , If you'd like to add support for this you can do it yourself by implementing support for ISD in the HSS and MME components, or by getting...

ToDo: - [x] APN AMBR - [x] Document - [x] Swagger API - [x] Gx Support - [x] NAM - [x] SQN resync testing

Very late to the party here, but you can install PyGTK for Python 2.7 from the old repos ``` wget http://archive.ubuntu.com/ubuntu/pool/universe/p/pygtk/python-gtk2_2.24.0-5.1ubuntu2_amd64.deb sudo apt-get install ./python-gtk2_2.24.0-5.1ubuntu2_amd64.deb ``` The program then works...

It means your SIM keys do not match what you have provisioned.

5GC only uses GTP-U not GTP-C, This means tunnels are setup using PFCP instead of GTPv2C. You'll only see user traffic in GTP. I wrote a[ little about PFCP here](https://nickvsnetworking.com/cups-control-and-user-plane-separation-in-lte-nr-with-pfcp-sx-n4/)...