Skip to content

Instantly share code, notes, and snippets.

View chmodshubham's full-sized avatar

Shubham Kumar chmodshubham

View GitHub Profile
@chmodshubham
chmodshubham / README.md
Last active February 26, 2023 19:07 — forked from 0x2f0713/README.md
Deployment Documentation 5G SA

5G Standalone Deployment

Repo has 2 images: open5gs (core network) and openairinterface5g (RAN). Source code has been closed in images, which are /open5gs and /oai-ran directories. Do not use the pull statement docker pull 0x2f0713/5g-sa to the right of this document, pull Images according to the settings below

Content

first. General introduction 2. Setting 3. Configuration 4. Edit source code and deploy

I. General introduction

Network diagram

@chmodshubham
chmodshubham / 5gMagma.txt
Created February 26, 2023 18:50 — forked from shanku9/5gMagma.txt
Enable 5G features
=================================================
Flags to enable for 5G Features on Magma
Add the following files to /var/opt/magma/configs
to override local configs instead of /etc/magma
=================================================
::::::::::::::
mme.yml
::::::::::::::
enable5g_features: true
enableConvergedCore: true
@chmodshubham
chmodshubham / pysim-suci.md
Created February 26, 2023 18:46 — forked from mrlnc/pysim-suci.md
pysim-suci.md

SUPI/SUCI Concealment is a new 5G-Standalone (SA) feature to encrypt the IMSI/SUPI with a network operator public key. pySIM now supports writing these 5G-specific files to USIM cards.

In short:

  • USIM Service 124 enables SUCI calculation
  • SUCI_Calc_Info, stores the public keys, required
  • Routing Indicator, required

To enable SUCI concealment, follow all steps. If you want to disable the feature, you can just disable USIM Service 124.

For details, see TS31.102 (minimum Version 16 for 5G stuff).