This guide explains how to request a Priority Access License (PAL) grant in the CBRS band using the standard SAS-CBCD protocol (WINNF-TS-0016).
PAL grants provide protected access on licensed 10 MHz channels within a PAL geographic area. They receive higher interference protection than GAA and are prioritized over GAA.
Key Differences from GAA Grants:
Key Bridge SAS Note:
If you own a PAL, we automatically enroll your devices as PAL-eligible when they register — there is no further action needed by the user. We also automatically generate and manage your PAL Protection Areas (PPAs) for you. Pre-registration of PAL membership is required by all SASs per the protocol, but with Key Bridge, this happens seamlessly in the background.
Tip: No per-device action required — automatic on first registration.
Use standard GrantRequest. Eligibility is automatic if location matches your PAL.
Options:
Example: Specific PAL Channel Request
{
"grantRequest": [
{
"cbsdId": "SAS123/CBSD-001",
"operationParam": {
"operationFrequencyRange": {
"lowFrequency": 3550000000,
"highFrequency": 3560000000
},
"maxEirp": 37.0
},
"measReport": {
"rcvdPowerMeasReports": [
{
"measFrequency": 3550000000,
"measBandwidth": 10000000,
"measRcvdPower": -60.5
}
]
}
}
]
}
Example: Full Band Request (SAS Assigns PAL if Eligible)
{
"grantRequest": [
{
"cbsdId": "SAS123/CBSD-001",
"operationParam": {
"operationFrequencyRange": {
"lowFrequency": 3550000000,
"highFrequency": 3700000000
},
"maxEirp": 37.0
}
}
]
}
Look for channelType: "PAL" on success.
Example Successful PAL Grant
{
"grantResponse": [
{
"grantId": "GRANT-PAL-123",
"channelType": "PAL",
"operationParam": {
"operationFrequencyRange": {
"lowFrequency": 3550000000,
"highFrequency": 3560000000
},
"maxEirp": 37.0
},
"grantExpireTime": "2027-01-07T12:00:00Z",
"response": {
"responseCode": 0,
"responseMessage": "Success"
}
}
]
}
| Issue | Likely Cause | Solution |
|---|---|---|
| Grant denied / GAA only | Location outside PAL boundary | Verify coordinates; contact support for coverage |
| channelType "GAA" on PAL channel | Initial PAL ID not provided | Share PAL ID during onboarding |
| Lower EIRP than expected | No measurements or grouping | Enable both for better protection |
[Image placeholder: PAL vs GAA protection diagram]
Pages