Hello all and @Sukchan Lee <acetcom(a)gmail.com>,
I was thinking about one way to generate traffic accounting from the LTE
users of the Open5GS.
I'm rearching something using the iptables (in Linux), in this link we can
check a way to generate some traffic account in the linux:
https://catonmat.net/traffic-accounting-with-iptables
I'm thinking about writing a code, where the PGW adds a new line in
iptables with the IP/IPv6 address (TRAFFIC_ACCT_IN and TRAFFIC_ACCT_OUT)
when a new session is added and remove the same line when the session is
ended, with this the counter will restart, being able to use an external
program to get this information about the traffic sent and received by a
given user.
The bad from this idea is that this code only will work correctly in a
Linux box.
Does anyone have any other suggestions?
Thanks
Romeu Medeiros
Hi
In my project, I'm using IP address as 55.55.0.25/16 in nextepc.conf
My tunnel inet gets 55.55.0.25 , mask is 255.255.0.0
IP address for my route from the pool is 55.55.0.1.
Why is this happening?
I want my route to start from 55.55.0.26 and so on...
how to do this? please help
--
Murali.S
Hi everyone,
I admin a couple of small-scale networks, one with ~20 users and one with ~100. They are basic, data-only LTE networks, and do not provide any voice services, 2g fallback, or interconnect at all. One has two eNBs and the other has one. We currently use the OAI EPC, but are very interested in moving over to NextEPC for reasons of stability.
I’ve tested NextEPC in our lab (with only two phones and an SDR) and it seems to work great. I’ve looked through the code, implemented a feature or two, and it is much much cleaner than OAI. I’ve also heard widely good reports of some other deployments.
Anything I should know, or any major issues I should be aware of before I go ahead and deploy the current master branch? I don’t mind finding/fixing a couple of bugs and will certainly commit any fixes upstream, just more asking about any already known fundamental problems, features unimplemented, or reasons I should postpone a rollout.
Thanks!
Spencer
Hi
I have a question regarding conf files in nextEPC.
I know for example, mme.conf is generated from mme.conf.in, so I've added
few of my configuration settings in mme.conf.in and same is populated in
mme.conf.
I use the same YAML parser to read my new configurations. It's working.
I've a problem now, How is nextEPC reading these parameters? and from where?
I know I've to update a structure for this. But I don't know which
structure.
Anybody done this before? any help is really appreciated.
Thanks
Murali