This guide explains how to upgrade from Release 1 (WINNF-TS-0016) to Release 2 features defined in WINNF-TS-3002.
Release 2 introduces optional enhancements for better efficiency, advanced grouping, and future-proofing:
Key Bridge SAS Support: We fully support Release 2. Existing Release 1 implementations continue to work, but enabling Release 2 features can improve grant approval rates and coordination.
Add cbsdCategory and featureCapability in RegistrationRequest.
Example
{
"registrationRequest": [
{
"cbsdId": "...", // omit for first registration
"cbsdCategory": "B", // "A" or "B"
"featureCapability": [
"ENHANCED_GROUP_HANDLING"
],
// ... existing params
"groupingParam": [ /* enhanced groups */ ]
}
]
}
Release 2 formalizes grouping with GroupConfig response and error handling.
GroupConfig in RegistrationResponse or HeartbeatResponse with configuration detailsExample GroupConfig Response
{
"groupConfig": [
{
"groupType": "INTERFERENCE_COORDINATION",
"groupId": "MyNetwork-Site1",
"groupConfigInfo": { /* SAS-specific config */ }
}
]
}
Tip: Enhanced grouping + measurements often yields higher aggregate EIRP in dense deployments.
clientCapability: Declare additional features (future use)groupInfoResponseCode: Better error feedback on grouping issuesmeasReportConfig handlingGroupConfig — may include SAS-specific optimization hints| Issue | Likely Cause | Solution |
|---|---|---|
| No GroupConfig returned | Feature not enabled | Add featureCapability array |
| Grouping errors | Inconsistent groupId | Verify identical across CBSDs |
| Lower performance than expected | Still using old grouping rules | Migrate to recognized Release 2 types |
Pages