# Packages
Package cache implements Swx GRPC response cache.
No description provided by the author
Package servicers implements Swx GRPC proxy service which sends MAR/SAR messages over diameter connection, waits (blocks) for diameter's MAA/SAAs returns their RPC representation.
Magma's Swx Proxy Service converts gRPC requests into Swx protocol over diameter.
No description provided by the author
# Functions
Authenticate sends MAR (code 303) over diameter connection, waits (blocks) for MAA & returns its RPC representation.
Deregister sends SAR (Code 301) over diameter connection with ServerAssignmentType set to USER_DEREGISTRATION, waits (blocks) for SAA & returns its RPC representation.
Register sends SAR (Code 301) over diameter connection with ServerAssignmentType set to REGISTRATION, waits (blocks) for SAA & returns its RPC representation.