RFO KNOWLEDGE BRAINSTORMY_25-2-24_45th Edition
RFO Rupendra Tandon RF OPERATIONS
INVENTOR CREATOR & DEVELOPER GMG - GATSY MAATI GURU
25-2-24
?
RFO KNOWLEDGE BRAINSTORMY
?
-> TECHNOLOGY & INNOVATIONS
?
-> FORMULAS & AUTOMATIONS
?
-> PRICE OF LIFE
?
?
-> TECHNOLOGY & INNOVATIONS
?
Some view on running technologies & tools & upcoming innovations.
?
-> FORMULAS & AUTOMATION
?
Tips for formulas & automation with details
?
-> PRICE OF LIFE
?
Some Thoughts based on “ P R I C E? O F? L I F E “? in 7 aspects -: One topic day
?
P -: 7 P'S - PRAYERS / PLANETS / PLANTS & PERENNIALS / PROJECTS / PLACES / PRODUCTS / POETRIES
· R -: 7 R'S - RELIGIONS & RITUALS / RECEPIES / ROADS & ROUTES / RADIOS / RECORDS / RADIO FREQUENCIES / RANKS
· I -: 7 I'S - INNOVATIONS / IMAGES / INDIA / INTERNATIONAL / INDUSTRIES / INVENTORS / INSPIRATIONS
· C -: 7 C'S - CULTURES / CARTOONS / CARS / COURTS / CURRENCIES & CONVERSIONS / CONSTRUCTIONS / CREATIONS
· E -: 7 E'S - EYES / EARS / EMPLOYERS / EXAMS / ECONOMY / ELECTIONS / EPICS
· O -: 7 O'S - OPTICS / OCCUPATIONS / OCEANS / ORGANIZATIONS / OPENINGS / OFFICES / OPERATORS
· F -: 7 F'S - FOODS / FLAGS / FIGHTS / FLIGHTS / FILMS & FANFARE / FAMILIES / FASHIONS
· L -: 7 L'S - LORDS / LAWS / LANGUAGES / LOGICS / LOVE & LUSTS / LANDS & LAKES / LICENSES
· I -: 7 I'S - INVESTIGATIONS / INTERVIEWS / IDOLS & INVERTIBRATES / IDEALS / ILLNESSES & IMMUNITIES / ICEBERGS & ICELANDS / INVENTIONS
· F -: 7 F'S - FISHES / FRUITS / FANS / FORMULA'S / FRAUDS / FACTORIES / FASTS
· E -: 7 E'S - EXHIBITIONS / EXPERIMENTS & EVOLUTIONS / EDUCATIONS / ELECTRONICS & EQUIPMENTS / ENCYCLOPEDIA'S / EARTH / EMOTIONS
?
-> TECHNOLOGY & INNOVATIONS
?
“ RF OPERATIONS - TRAINING PROGRAM CREATION “
?
LTE KPI’S -:
ACCESSIBILITY
?
???????????? Major Reasons for poor accessibility
?
1.???? Poor coverage
?? Check inter site distance with neighbors site.
?? Check value of pmBadCovEvalReport (if MCPC enabled, need to check pmCriticalBorderEvalReport). If this counter is pegging high in respect to RRC attempts, then we can say that more number of UEs? are falling in bad coverage.
?? Check counter pmCriticalBorderEvalReport (this means there is no LTE coverage, and UE will do release with redirect_(RWR) with any Technology) & pmRadioTbsPwrRestricted (If this counter is more (>70%), then for that sector, the UE is using more power to reach EnodeB, in that case pdcchutil is also high)
?? Change qrxlevmin (In Sprint the parameter value is changed from -120dBm to -110dBm), so as to discard bad coverage / cell edge UEs.
2.???? Alarms
?? Through OSS commands “alt” (Current / Active site alarms can be checked) & “lga <nd>” (n is an integer value) (Site alarms present for n days can be checked)
3.???? High Load (High Traffic)
?? Check pmRrcConnEstabFailHighLoad & pmRrcConnEstabFailOverload counters If any sector is having high traffic. These counters could be high due to high traffic and impacting CFR.
?? The command “ue print -admitted” is used to find the no. of UEs currently latched to the site sector-wise ROP-wise & the counters “pmRrcConnMax (max)” & “pmRrcConnMax (sum)” are used to find out ‘max. active users/ day’ and ‘sum of all active users/day’, respectively.
?? Sometimes, due to MOs are not synchronized properly, pmRrcConnEstabFailOverload is pegged high. In this case, the ServiceUnavailable (S1 Connection failure) alarm is observed in sites, even though RRC Conn Users remain to be same.
4.???? H/W issue (Hard Reset on site / RRU Replacement, if required)
?? If RRUs? are disabled, in that case “HW fault” alarm is observed in sites.
?? Command “st . aux” shows that the operational state of the auxiliary unit/ RRUs is DISABLED.
?? Command “lgd” is used to find out transmission issue of site.
?
?
-->FORMULAS & AUTOMATION -:
领英推荐
?
ANDROID BASED F&A -:
?
Formulas:
SharedPreferences for Persistent Data Storage:
?
SharedPreferences preferences = getSharedPreferences("MyPrefs", MODE_PRIVATE);
SharedPreferences.Editor editor = preferences.edit();
?
// Save data
editor.putString("username", "user123");
editor.apply();
?
// Retrieve data
String username = preferences.getString("username", "default");
?
Saves and retrieves user preferences, providing a simple way to store and access persistent data.
?
?
?
Handling Date and Time with Java 8 Time API:
?
LocalDateTime currentDateTime = LocalDateTime.now();
String formattedDateTime = DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss").format(currentDateTime);
?
Retrieves the current date and time and formats it using the specified pattern.
?
Automation Commands:
?
ViewPager for Swiping Between Fragments:
?
ViewPager viewPager = findViewById(R.id.viewPager);
MyPagerAdapter adapter = new MyPagerAdapter(getSupportFragmentManager());
viewPager.setAdapter(adapter);
?
Sets up a ViewPager to allow the user to navigate between different fragments by swiping.
?
?
-> PRICE OF LIFE -:
?
F -: FACTORIES
?
Factories are diverse facilities designed for manufacturing and production across various industries. Here are some types of factories explained in detail:
?
Thanks for reading, all are most welcome to share your thoughts as well individually to me to be published by your name in sequence & arrangement from above topics…
?