Skip to main content

telecom 4g, 5g, rfc & other references

# Linux Networking -

http://jodies.de/ipcalc?host=10.230.208.121&mask1=28&mask2= - To explore IP addressing/ masks

IPv6 MTU related
http://www.tcpipguide.com/free/t_IPv6DatagramSizeMaximumTransmissionUnitMTUFragment.htm
https://tgsidau.wordpress.com/2013/12/16/ipv6-pmtud/

# RFCs
UDP - 768
IP      - 791
ICMP - 792
TCP   - 793
SCTP - 3286
DIAMETER - 3588 (old), 6733 (latest)

# Diameter RFC's
Credit control application - 4006 (old), 8506 (latest)
DOIC - 7683
DOIC rate control - 8582

# Telecom/ 3GPP / 4G
PCC architecture - TS 23.203
Gx Interface - TS 29.212
Procedures - 
GTPv1-U - TS 29.281
GTPv2-C - TS 29.274

NAS   TS 24.301  (for 5G its 501)
EUTRAN Architecture - TS 23.401
4G procedures - TS 23.401

S1AP Application Part - TS 36.413
S1 general aspects - TS 36.410
4G Security Arechitecture - 33.401

# 5G Arena ------------
5g spec list from 3gpp site - https://www.3gpp.org/dynareport/SpecList.htm?release=Rel-16&tech=4&ts=1&tr=1

Service Architecture TS 23.501
5GC Procedures         TS 23.502

Technical realization and comparisions TS 29.891

NRF             TS 29.510
NSSF            TS 29.531
SEPP             TS 29.573
SCP             
AMF          TS 29.518
NSMF             TS 28.531
slice management aspects covered in (TS 28.530, 28.531, 28.532 and 28.533)
https://www.3gpp.org/news-events/1951-sa5_5g
NSSMF             
NAS          TS 24.501
5GC Service based architecture - technical reliazation - 29.500
Policy Architecture TS 23.503 

Security Arechitecture - 33.501
NG Application Part - TS 38.413


# Cloud related



# MEC/ Fog related

Comments

Popular posts from this blog

NSSF - an 5G network function to support the network slicing

NSSF - Network Slice Selector Function The 5G System architecture (3GPP TS 23.501: 5G SA; Stage 2) consists of the following network functions (NF). - Authentication Server Function (AUSF) - Core Access and Mobility Management Function (AMF) - Data network (DN), e.g. operator services, Internet access or 3rd party services - Structured Data Storage network function (SDSF) - Unstructured Data Storage network function (UDSF) - Network Exposure Function (NEF) - NF Repository Function (NRF) - Network Slice Selection Function (NSSF) ======>>> our focus - Policy Control function (PCF) - Session Management Function (SMF) - Unified Data Management (UDM) - Unified Data Repository (UDR) - User plane Function (UPF) - Application Function (AF) - User Equipment (UE) - (Radio) Access Network ((R)AN)

SCTP - A new transport protocol

SCTP is a new transport protocol, also used for LTE Signalling S1-MME interface between eNB and MME (core network) and MME -HSS (Diameter / SCTP). 1 SCTP Protocol SCTP Packet is located after the MAC/ IP header. The basic SCTP Header consist of Source / Destination Ports (16 bits each), Verification Tag (32 bits) and check sum (32 bits) Verification Tag is used by the receiver to validate the senders authenticity, this get published by each endpoint to remote end duing the 4 way handshake done initially for setting up SCTP association. 1.1 4-Way handshake Msgs 1.1.1 INIT - Contains Initiate Tag, receiver window, in/out bound streams, initial TSN 1.1.2 INIT-ACK - Contains all params same as INIT msg also contains the State Cookie 1.1.3 COOKIE-ECHO - Contains Cookie same as received in INIT-ACK 1.1.4 COOKIE-ACK - Contains nothing, used to acknowledge receipt of COOKIE-ECHO Completion of above 4 SCTP msgs bring the SCTP association to an established stat...