Skip to content

Commit

Permalink
log address in MobileManagementDownlinkLocationUpdateAccept
Browse files Browse the repository at this point in the history
  • Loading branch information
marenz2569 committed Jul 4, 2024
1 parent b2e53b1 commit 8e5d097
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/l3/mobile_management_packet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,7 @@ struct MobileManagementDownlinkLocationUpdateAccept {
inline auto operator<<(std::ostream& stream, const MobileManagementDownlinkLocationUpdateAccept& packet)
-> std::ostream& {
stream << "D-LOCATION UPDATE ACCEPT " << to_string(packet.location_update_accept_type_) << std::endl;
stream << " Address: " << packet.address_ << std::endl;
if (packet.subscriber_class_) {
stream << " subscriber class: " << std::bitset<16>(*packet.subscriber_class_) << std::endl;
}
Expand Down

0 comments on commit 8e5d097

Please sign in to comment.