Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
142 stars 81 forks source link

Why are some signals being declared as static? #115

Open Jiacheng188 opened 1 year ago

Jiacheng188 commented 1 year ago

Hello, recently i was studying the source code. why are some signals being declared as static? For example, in cbrReveiver, cbrReceivedThroughtput is declared as static while cbrRcvdPkt is not static?