| 1066 | public: |
| 1067 | |
| 1068 | L3HandoverCommand(const L3CellDescription& wCellDescription, |
| 1069 | const L3ChannelDescription2 wChannelDescriptionAfter, |
| 1070 | const L3HandoverReference& wHandoverReference, |
| 1071 | const L3PowerCommandAndAccessType& wPowerCommandAccessType, |
| 1072 | const L3SynchronizationIndication& wSynchronizationIndication) |
| 1073 | :L3RRMessageNRO(), |
| 1074 | mCellDescription(wCellDescription), |
| 1075 | mChannelDescriptionAfter(wChannelDescriptionAfter), |
| 1076 | mHandoverReference(wHandoverReference), |
| 1077 | mPowerCommandAccessType(wPowerCommandAccessType), |
| 1078 | mSynchronizationIndication(wSynchronizationIndication) |
| 1079 | { } |
| 1080 | |
| 1081 | L3HandoverCommand() {} // This is to manufacture one. |
| 1082 |
nothing calls this directly
no outgoing calls
no test coverage detected