Giter VIP home page Giter VIP logo

Comments (2)

MouliBurla avatar MouliBurla commented on August 23, 2024

Hi,

For the query #2, your understanding is correct. communication between OAM agent and EPC is an internal communication based on EPC vendor, as this interface is dectated by EPC solution provider. In OpenNESS, this interface is stubbed and looped back in OAM agent for the purpose of standalone testing (without EPC solution).

Regards,

from epcforedge.

tongtongxiaopeng1979 avatar tongtongxiaopeng1979 commented on August 23, 2024

Hi Team,

1.As we were running the unit test (command: ./ut_test all),we captured http messages in wireshark but we are unable to docode the packets as we dont know where the logs are and we dont have preshared key.

  1. We have a query whether OAM agent supports communication with EPC, if it supports which files/APIs should we refer to understand the message flow between OAMAgent and EPC.We noticed in the documents that implementation is vendor specific and the diagram (Figure 6) says internal communication between EPC OAM Agent and EPC CPF.(Link to diagram:https://github.com/open-ness/specs/blob/master/doc/core-network/epc-images/openness_epcupf_add.png)

Any information would be highly appreciated.
Thank you

for #1, you can look at

https://github.com/open-ness/epcforedge/blob/master/lte/backend/test/unit_test/scripts/ut-test

The key generation as below:

sudo openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout ${CURRENT_DIR}/ssl/mec.key -out ${CURRENT_DIR}/ssl/mec.crt -subj "/C=US/ST=Mec/L=Mec/O=Mec/OU=Mec/CN=mec.local"
cp -a ${CURRENT_DIR}/ssl ${NGINX_SSL}

BR
xiaopengt

from epcforedge.

Related Issues (3)

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.