-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
5G csi parameters gets null #8
Comments
This comment was marked as off-topic.
This comment was marked as off-topic.
do you recover the network parameters in 4G, 3G for example ? |
yes, i fixed this bug in NR in my branch
בתאריך יום ד׳, 20 באפר׳ 2022 ב-3:20 מאת darixsamani <
***@***.***>:
… do you recover the network parameters in 4G, 3G for example ?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6ZIWVNGRGCUEJXH5CHRNDVF5EVTANCNFSM5I7J6DWA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
thanks, longitude and latitude Cell get null for me, is it the same for you? |
@daviddagan please submit a pull request in this repository |
yes
בתאריך יום ב׳, 25 באפר׳ 2022 ב-9:31 מאת darix15 <
***@***.***>:
… thanks, longitude and latitude suck for me, is it the same for you?
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AH6ZIWV3DWLNZBDP4KTLFU3VGY35XANCNFSM5I7J6DWA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
daviddagan@d59ee86
בתאריך יום ג׳, 26 באפר׳ 2022 ב-23:33 מאת דוד דגן ***@***.***>:
… yes
בתאריך יום ב׳, 25 באפר׳ 2022 ב-9:31 מאת darix15 <
***@***.***>:
> thanks, longitude and latitude suck for me, is it the same for you?
>
> —
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AH6ZIWV3DWLNZBDP4KTLFU3VGY35XANCNFSM5I7J6DWA>
> .
> You are receiving this because you authored the thread.Message ID:
> ***@***.***>
>
|
Thanks,
Please Longitude ans latitude cell get null for me, it's sale for you ?
please Can fix this issue ?
Le mar. 26 avr. 2022 à 9:36 PM, daviddagan ***@***.***> a
écrit :
…
daviddagan@d59ee86
בתאריך יום ג׳, 26 באפר׳ 2022 ב-23:33 מאת דוד דגן ***@***.***>:
> yes
>
> בתאריך יום ב׳, 25 באפר׳ 2022 ב-9:31 מאת darix15 <
> ***@***.***>:
>
>> thanks, longitude and latitude suck for me, is it the same for you?
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <
#8 (comment)
>,
>> or unsubscribe
>> <
https://github.com/notifications/unsubscribe-auth/AH6ZIWV3DWLNZBDP4KTLFU3VGY35XANCNFSM5I7J6DWA
>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> ***@***.***>
>>
>
—
Reply to this email directly, view it on GitHub
<#8 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AQGE7HXCUT6TEIK35PSD4JLVHBHT7ANCNFSM5I7J6DWA>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
Thanks,
Please Longitude ans latitude cell get null for me, it's same for you ?
please Can you fix this issue ?
Le mer. 27 avr. 2022 à 4:01 AM, darix samani siewe ***@***.***>
a écrit :
… Thanks,
Please Longitude ans latitude cell get null for me, it's sale for you ?
please Can fix this issue ?
Le mar. 26 avr. 2022 à 9:36 PM, daviddagan ***@***.***> a
écrit :
>
> daviddagan@d59ee86
>
>
> בתאריך יום ג׳, 26 באפר׳ 2022 ב-23:33 מאת דוד דגן ***@***.***>:
>
> > yes
> >
> > בתאריך יום ב׳, 25 באפר׳ 2022 ב-9:31 מאת darix15 <
> > ***@***.***>:
> >
> >> thanks, longitude and latitude suck for me, is it the same for you?
> >>
> >> —
> >> Reply to this email directly, view it on GitHub
> >> <
> #8 (comment)
> >,
> >> or unsubscribe
> >> <
> https://github.com/notifications/unsubscribe-auth/AH6ZIWV3DWLNZBDP4KTLFU3VGY35XANCNFSM5I7J6DWA
> >
> >> .
> >> You are receiving this because you authored the thread.Message ID:
> >> ***@***.***>
> >>
> >
>
> —
> Reply to this email directly, view it on GitHub
> <#8 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AQGE7HXCUT6TEIK35PSD4JLVHBHT7ANCNFSM5I7J6DWA>
> .
> You are receiving this because you commented.Message ID:
> ***@***.***>
>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"""
cellNR.signalNR.csiRsrp = cell.signal.csiRsrp?:0
cellData.csiRsrp = cell.signal.csiRsrp?:0
"""
The text was updated successfully, but these errors were encountered: