| 174 | } |
| 175 | |
| 176 | void L3CCCommonIEs::ccCommonWrite(L3Frame &dest, size_t &wp) const |
| 177 | { |
| 178 | if (mHaveFacility) mFacility.writeTLV(0x1c,dest,wp); |
| 179 | if (mHaveSSVersion) mSSVersion.writeTLV(0x7f,dest,wp); |
| 180 | } |
| 181 | |
| 182 | size_t L3Alerting::l2BodyLength() const |
| 183 | { |