commit | f62374d024322a3fe15124a519743667927f16cd | [log] [tgz] |
---|---|---|
author | Allie <maryabad@google.com> | Tue Feb 19 16:21:51 2019 -0800 |
committer | Allie <maryabad@google.com> | Mon Mar 18 15:08:04 2019 -0700 |
tree | 800541d1bddc12b02fc447364c6022f602c7a377 | |
parent | 9cc43c58a4e764ec0ae03a904703292b8199314e [diff] [blame] |
Initial change to add mock DAB stations (hardcoded for now). Test: VtsHalBroadcastradioV2_0TargetTest Change-Id: Ice8923490728402ed945e8cc0891fd8b2c5bf9dd
diff --git a/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/Utils.h b/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/Utils.h index c4aecb2..f4e0732 100644 --- a/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/Utils.h +++ b/broadcastradio/common/utils2x/include/broadcastradio-utils-2x/Utils.h
@@ -126,6 +126,7 @@ V2_0::ProgramIdentifier make_identifier(V2_0::IdentifierType type, uint64_t value); V2_0::ProgramSelector make_selector_amfm(uint32_t frequency); +V2_0::ProgramSelector make_selector_dab(uint32_t sidExt, uint32_t ensemble); V2_0::Metadata make_metadata(V2_0::MetadataKey key, int64_t value); V2_0::Metadata make_metadata(V2_0::MetadataKey key, std::string value);