Test Case: LTE Standard Authentication
1. Description
Validates the standard authentication and accounting flow for a mobile broadband user connecting via the dbnbb APN. This test ensures the AAA correctly identifies LTE traffic, applies the simplified auth policy, and begins usage tracking.
2. Configuration Setup (Simulated via radclient/cURL)
-
Subscriber ID:
94812404502 -
APN (
Called-Station-Id):dbnbb -
IMSI:
413111400926027 -
NAS-Identifier:
pili-smf02
3. Authentication Walkthrough
-
Access-Request Dispatch A packet arrives at the
ent_lteport withCalled-Station-Id = "dbnbb". The server recognizes the LTE APN and callslte_auth_policy. -
Policy Execution The policy sets
Cleartext-Password = "dialog". -
Credential Matching The
papmodule compares the request password against the standardized "dialog" string. -
Acceptance The server issues an
Access-Acceptwith the relevant 3GPP parameters and session limits.
4. Accounting Walkthrough
-
Start Packet The SMF sends an
Accounting-StartcontainingFramed-Address = 10.69.141.235. Thelte_sqlmodule creates a new session record in the database. -
Interim Update Periodic updates (e.g., every 3600s) report usage. Example:
Acct-Input-Octets = 209952657,Acct-Output-Octets = 658711202. -
Stop Packet The session terminates. The AAA records the final octet counts and closes the session with a timestamped entry.
Final Session Stats: Duration: 48456s Total Octets: ~1.4GB