Skip to content

Commit

Permalink
Ensure examples work again:
Browse files Browse the repository at this point in the history
* me_service <-> ue_client
* ue_service <-> me_client
* ue_publisher -> me_subscriber
* me_publisher -> ue_subscriber
  • Loading branch information
PLeVasseur committed Nov 11, 2024
1 parent 5e4214a commit cb8e4e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion up-streamer/src/ustreamer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ lazy_static! {
fn uauthority_to_uuri(authority_name: &str) -> UUri {
UUri {
authority_name: authority_name.to_string(),
ue_id: 0xFFFF_FFFF, // any instance, any service
ue_id: 0x0000_FFFF, // any instance, any service
ue_version_major: 0xFF, // any
resource_id: 0xFFFF, // any
..Default::default()
Expand Down

0 comments on commit cb8e4e2

Please sign in to comment.