Giter Club home page Giter Club logo

Comments (9)

acetcom avatar acetcom commented on June 15, 2024

I assumed that you might add the default APN as corenet using Web User Interface. Right?
And then, UE try to connect MME with APN anritsu. If UE sends with same TMSI and different APN, how MME responds it? I'll study spec about it.

And also, could you give me a mongo DB data? You can get it with the followings executions.

$ mongc

Mongo shell> db.subscribers.find()

Thanks!

from open5gs.

EugeneBogush avatar EugeneBogush commented on June 15, 2024

Yes, by default, in mongo db set APN corenet.
After changing the APN in UE, the MME did not respond to the same TMSI.

from open5gs.

acetcom avatar acetcom commented on June 15, 2024

Did you insert APN(anrtisu) information to the MongoDB?

from open5gs.

EugeneBogush avatar EugeneBogush commented on June 15, 2024

No. After fail I changed APN in UE (anritsu -> corenet).

from open5gs.

acetcom avatar acetcom commented on June 15, 2024

Ok! Let us start to study the specification document for this case.

Thanks!

from open5gs.

acetcom avatar acetcom commented on June 15, 2024

We think that all APNs that the UE wants to connect to should be set up in MongoDB in advance. If the APN information is not in the HSS even though the TMSI is the same, the PDN connectivity reject is transmitted to the UE. If there is anything we know wrong, let us know.

Please, add anritsu APN using WebUI.
Then, it is possible to connect even if it is connected to the Unknown APN first.

Note that we have not implemented Insert/Delete Subscriber Data (S6A). Therefore, even if the subscriber information is changed to the WebUI for the already connected UE, it is not applicable. In this case, both NextEPC and eNodeB must be restarted after updating subscription information.

Thanks!

from open5gs.

EugeneBogush avatar EugeneBogush commented on June 15, 2024

In this case, I do not understand why repeated requests are ignored by the MME. This is more than illogical and like a denial of service.

from open5gs.

acetcom avatar acetcom commented on June 15, 2024

Currently, NextEPC does not properly handle the RESET message. We'll change the S1AP encoder/decoder to solve this. We are working hard to stabilize it. It will be released soon.

If you want to check whether RESET message is working normally, you can try the following procedure.

git clone https://github.com/acetcom/nextepc nextepc.s1ap
cd nextepc.s1ap
git checkout s1ap
autoreconf -if;./configure --prefix=`pwd`/install;make -j2
make install
(Update your nextepc.conf)
./nextepc-epcd

We're expecting the RESET message to be handled well in the s1ap branch.

Thanks!

from open5gs.

EugeneBogush avatar EugeneBogush commented on June 15, 2024

yes, successfully

from open5gs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.