Skip to content

Commit cb8e4e2

Browse files
committed
Ensure examples work again:
* me_service <-> ue_client * ue_service <-> me_client * ue_publisher -> me_subscriber * me_publisher -> ue_subscriber
1 parent 5e4214a commit cb8e4e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

up-streamer/src/ustreamer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ lazy_static! {
5252
fn uauthority_to_uuri(authority_name: &str) -> UUri {
5353
UUri {
5454
authority_name: authority_name.to_string(),
55-
ue_id: 0xFFFF_FFFF, // any instance, any service
55+
ue_id: 0x0000_FFFF, // any instance, any service
5656
ue_version_major: 0xFF, // any
5757
resource_id: 0xFFFF, // any
5858
..Default::default()

0 commit comments

Comments
 (0)