Projects STRLCPY 5GReplay Commits d0571aaf
🤬
Revision indexing in progress... (symbol navigation in revisions will be accurate after indexed)
  • ■ ■ ■ ■ ■ ■
    docs/readme.md
     1 +# MMT-5GReplay
     2 + 
     3 +**5Greplay** is a 5G network traffic fuzzer that enables the evaluation of 5G components by replaying and modifying 5G network traffic by creating and injecting network scenarios into a target that can be a 5G core service (e.g., AMF, SMF) or a RAN network (e.g., gNodeB). The tool provides the ability to alter network packets online or offline in both control and data planes in a very flexible manner.
     4 + 
     5 +This repository contains the following folders:
     6 + 
    1 7  - [What's new in this version?](./versions.md)
     8 +- [Installation steps](./installation.md)
    2 9  - [Workflow to use MMT-5Greplay](./smp_workflow.md)
    3 10  - [How to write an embedded function](./rule.md)
    4 11  - [Verdict decision of rule types](./verdict.md)
    5 12  - [Hash function to access quickly of a message element](./hash.md)
    6 13   
     14 +This repository contains the following folders:
     15 + 
     16 +- `src` : C code of mmt-5greplay
     17 +- `rules`: set of example XML rules
     18 +- `docs`: [documentation](docs/)
     19 +- `test`: diversity of testing code
     20 + 
Please wait...
Page is in error, reload to recover