While on WCDMA networks getNeighboringCells() method returns a collection of PSC values (other are invalid). I guess this means that I should use rest of identifier values from current cell and PSC (Primary Scrambling Code) from neighboring cell to create global Cell ID - (MCC, MNC, LAC, CID, PSC). However this generates a lot of cells with same 4 values and only one different and I'm not sure if this is correct.
mcc mnc lac cid psc neighboring
-------------------------------------------------------
260 2 52703 59360215 6 true
260 2 52703 59360215 5 true
260 2 52703 59360215 415 false
Should I treat PSC as a part of global Cell ID? Do such cells really exist as a distinct antennas or these are just different channels/layers/etc. and can vary at time?