top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

what is "Positive SR" and "Negative SR" ?

+2 votes
1,320 views
what is "Positive SR" and "Negative SR" ?
posted Feb 2, 2017 by Chakri

Looking for an answer?  Promote on:
Facebook Share Button Twitter Share Button LinkedIn Share Button

Similar Questions
0 votes

Hi,

I'm now studing 5G spec and I cannot find any information about positive/negative Schedulig Request. I guess I understand the basic how Scheduling Request work. But suddenly I encountered these words 'positive' and 'negative' for SR.

Is there any one can explain or show some pointers?

Thanks.

+1 vote

For example:

a=[-15,-30,-10,1,3,5]

I want to find a negative and a positive minimum.

example: negative
print(min(a)) = -30

positive
print(min(a)) = 1
...