TC-05: FUP Continuation

Description

Verifies the FUP logic jump algorithmically assigning explicit volumes safely.

Input Packet (Mock)

Access-Request {
    User-Name = "aabb.ccdd.eeff"
    Huawei-Service-Info = "SSG_123_H"
}

Conditions

  • User interval valid.

  • TimeQuota > 0.

  • VolumeQuota = 0.

Expected Outcome

  1. Internal Routing: Flags continuation_fup explicitly internally.

  2. Database: Skips Volume checks cleanly.

  3. Network Package:

Access-Accept {
    Session-Timeout = "Remaining Time To Limit"
    Huawei-Remanent-Volume = 1048576  #(Hardcoded exactly 1GB)
    Idle-Timeout = 1800
}