package
1.2.1
Repository: https://github.com/go-magma/magma.git
Documentation: pkg.go.dev

# Functions

NewContext creates a new context.
NewStaticMultiplexByIMSI creates a StaticMultiplexByIMSI with a specific number of servers That number must be specified before service is started.

# Structs

Context is a type used as a way to pass dynamic parameters coming from specific calls during execution of service (for example CreateSessionRequest).
StaticMultiplexByIMSI contains is a basic Multiplexor that distribuites each IMSI to a specific index based on the IMSImod(numServers).

# Interfaces

Multiplexor interface has to be implemented by any new Multiplexor.