blob: d88d0d62879702dcf531550dc887a795d81d72ea [file] [log] [blame]
/**
* system.java
*
* Interfaces/ports:
* CLIin/CLIout proprietary CLI commands/responses
* GnIn/GnOut i/f to SGSN
* GiIn/GiOut i/f to internet
**/
system {
Inbound CLIin : Restart, Configure, OverrideConfiguration, Prepare, Restore;
Inbound GnIn : CreatePDPcontext, UpdatePDPcontext, DeletePDPcontext, GPDU;
Outbound GnOut : CreatePDPresponse, UpdatePDPresponse, DeletePDPresponse,
GPDU, CDRinfo;
Inbound GiIn : UDPpdu;
Outbound GiOut : UDPpdu;
Inbound GiRadiusIn : RadiusAccessAccept;
Outbound GiRadiusOut : RadiusAccessRequest;
}