Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/muthuramanecs03g/nfcli

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/muthuramanecs03g/nfcli

  • v0.0.0-20230915024654-2651af1f60d3
  • Source
  • Go
  • Socket score

Version published
Created
Source

NFCLI

free5GC Network Function (NF) Command Line Interface (CLI) based on Thrift

Thrift Installation Steps

  1. Download Thrift 0.15.0
  2. ./bootstrap.sh
  3. ./configure --with-go --without-cpp --with-boost=/usr/local --without-python --without-csharp --without-java --without-erlang --without-perl --without-php --without-php_extension --without-ruby --without-haskell
  4. Modify the following lines in lib/go/Makefile

    check-local:

    • #$(GO) test -mod=mod -race ./thrift

    • $(GO) test -race ./thrift

    all-local:

    • #$(GO) build -mod=mod ./thrift
    • $(GO) build ./thrift
  5. make
  6. sudo make check
  7. sudo make install
  8. thrift --version

    Thrift version 0.15.0

Get the Latest Source Code

git clone https://github.com/muthuramanecs03g/nfcli.git

NF Thrift Service Compilation

  • cd nfcli
  • thrift -r --gen go thrift/UpfService.thrift

Run NF

  • cd nfcli
  • go run cmd/nfcli.go

Supported

NF NameThrift Service
AMFTODO
SMFTODO
UPFTODO
UPF CP (Proprietary)TODO
UPF DP (Proprietary)In-Progress
AUSFTODO
N3IWFTODO
NRFTODO
NSSFTODO
PCFTODO
UDMTODO
UDRTODO
NEFTODO

References

FAQs

Package last updated on 15 Sep 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc