Wireless-Innovation-Forum / Citizens-Broadband-Radio-Service-Device

Apache License 2.0
31 stars 19 forks source link

transmitExpireTime > grantExpireTime in Grant Renew test case #106

Closed cwilliams-ericsson closed 6 years ago

cwilliams-ericsson commented 6 years ago

In grant renew test case (with short grantExpireTime) it was noticed that transmitExpireTime can be greater than grantExpireTime. This is in violation of the protocol specification.

In heartbeat response handler, need to add check and limit so that transmitExpireTime <= grantExpireTime.