<feed xmlns='http://www.w3.org/2005/Atom'>
<title>platform_packages_apps_CarrierConfig, branch android-s-beta-5</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/'/>
<entry>
<title>Fixed the carrier name</title>
<updated>2021-08-30T22:11:16+00:00</updated>
<author>
<name>Jack Yu</name>
<email>jackyu@google.com</email>
</author>
<published>2021-08-30T22:11:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=125b590e2f2fdbe58e80f5aff2356c582a6563cf'/>
<id>125b590e2f2fdbe58e80f5aff2356c582a6563cf</id>
<content type='text'>
To match the actual actual carrier name used in carrier id
table.

Fix: 198117422
Test: Build
Change-Id: Ic0b05a669133c528bdecfe02c0dfbed09d7e9aa6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To match the actual actual carrier name used in carrier id
table.

Fix: 198117422
Test: Build
Change-Id: Ic0b05a669133c528bdecfe02c0dfbed09d7e9aa6
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Merged two carrier config files"</title>
<updated>2021-08-30T21:54:18+00:00</updated>
<author>
<name>Treehugger Robot</name>
<email>treehugger-gerrit@google.com</email>
</author>
<published>2021-08-30T21:54:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=6c639039d2c932f3d03855c0b3dfb28f07dcc9de'/>
<id>6c639039d2c932f3d03855c0b3dfb28f07dcc9de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merged two carrier config files</title>
<updated>2021-08-30T20:00:27+00:00</updated>
<author>
<name>Jack Yu</name>
<email>jackyu@google.com</email>
</author>
<published>2021-08-30T19:56:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=c9882dfadd0a77e2ac661fe90a639105ccba6ffa'/>
<id>c9882dfadd0a77e2ac661fe90a639105ccba6ffa</id>
<content type='text'>
Merged two carrier config files. One of them should
not be created at the beginning.

Fix: 198117422
Test: Build
Change-Id: Id6fa87550768d3760b5aaee47bbb2f62ae1de3b8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Merged two carrier config files. One of them should
not be created at the beginning.

Fix: 198117422
Test: Build
Change-Id: Id6fa87550768d3760b5aaee47bbb2f62ae1de3b8
</pre>
</div>
</content>
</entry>
<entry>
<title>Add carrier SHA-256 certificates for DTAG.</title>
<updated>2021-08-24T11:43:28+00:00</updated>
<author>
<name>Francesco Nutricato</name>
<email>brouge@google.com</email>
</author>
<published>2021-08-23T18:09:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=50aa8d7bb3ba748f11d3705ed43e6c40486242cd'/>
<id>50aa8d7bb3ba748f11d3705ed43e6c40486242cd</id>
<content type='text'>
BUG: 186579201

Change-Id: I74786d801dace9f38c551552c132614978f51913
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 186579201

Change-Id: I74786d801dace9f38c551552c132614978f51913
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update carrier package names for DTAG."</title>
<updated>2021-08-13T23:39:15+00:00</updated>
<author>
<name>Francesco Nutricato</name>
<email>brouge@google.com</email>
</author>
<published>2021-08-13T23:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=3bb2258c5b8f92208bd21607530171c863289503'/>
<id>3bb2258c5b8f92208bd21607530171c863289503</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move unrecognized mccmnc to existing carrierid config files</title>
<updated>2021-08-13T08:16:26+00:00</updated>
<author>
<name>Chen Xu</name>
<email>fionaxu@google.com</email>
</author>
<published>2021-07-02T18:31:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=9d1165195c64c5f8926ac94ad7765b567015e04f'/>
<id>9d1165195c64c5f8926ac94ad7765b567015e04f</id>
<content type='text'>
previously mccmnc 23431 and 23432 are unrecognized thus they still have
mccmnc named config files as they don't belong to any existing
carrier id. Now with those mccmnc configured under the existing carrier
id for EE (id 718), merging the configurations to the existing
carrierid_718_EE.xml and delete redundant data from mccmnc.xml

Bug: 192671284
Bug: 193195905
Test: CarrierConfigTest#testCarrierConfigFileNaming
Change-Id: I6d79d9f07dd840db9f18de8d96e140bd5f7bfd8f
Merged-In: I6d79d9f07dd840db9f18de8d96e140bd5f7bfd8f
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
previously mccmnc 23431 and 23432 are unrecognized thus they still have
mccmnc named config files as they don't belong to any existing
carrier id. Now with those mccmnc configured under the existing carrier
id for EE (id 718), merging the configurations to the existing
carrierid_718_EE.xml and delete redundant data from mccmnc.xml

Bug: 192671284
Bug: 193195905
Test: CarrierConfigTest#testCarrierConfigFileNaming
Change-Id: I6d79d9f07dd840db9f18de8d96e140bd5f7bfd8f
Merged-In: I6d79d9f07dd840db9f18de8d96e140bd5f7bfd8f
</pre>
</div>
</content>
</entry>
<entry>
<title>Update carrier package names for DTAG.</title>
<updated>2021-08-12T11:14:35+00:00</updated>
<author>
<name>Francesco Nutricato</name>
<email>brouge@google.com</email>
</author>
<published>2021-08-12T11:14:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=882ada4e76fba21a1327e1f694e934a59dcadd51'/>
<id>882ada4e76fba21a1327e1f694e934a59dcadd51</id>
<content type='text'>
BUG: 186579201

Change-Id: I25911cd575ccb07c65eade8af3d4215f8f9af0c2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
BUG: 186579201

Change-Id: I25911cd575ccb07c65eade8af3d4215f8f9af0c2
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Config changes for "au", "UQ mobile" and "povo", which are owned by KDDI JP."</title>
<updated>2021-08-07T05:03:37+00:00</updated>
<author>
<name>Takeshi Kishimoto</name>
<email>kishimoto@google.com</email>
</author>
<published>2021-08-07T05:03:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=f479dc047471b8f2b98f961bc10ce7b1c032cb4a'/>
<id>f479dc047471b8f2b98f961bc10ce7b1c032cb4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update telephony OWNERS file</title>
<updated>2021-08-04T19:40:28+00:00</updated>
<author>
<name>Jayachandran C</name>
<email>jayachandranc@google.com</email>
</author>
<published>2021-08-03T17:25:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=61911b3a8ff356c8de1b1094f02341346f924e3f'/>
<id>61911b3a8ff356c8de1b1094f02341346f924e3f</id>
<content type='text'>
Bug: 195421431
Test: Build
Change-Id: I11c64b950afa16188eec7f47009e70e5932d02dc
Merged-In: I11c64b950afa16188eec7f47009e70e5932d02dc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug: 195421431
Test: Build
Change-Id: I11c64b950afa16188eec7f47009e70e5932d02dc
Merged-In: I11c64b950afa16188eec7f47009e70e5932d02dc
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated carrier config file for carrier 1658</title>
<updated>2021-07-13T18:52:10+00:00</updated>
<author>
<name>Franck Perez</name>
<email>franckp@google.com</email>
</author>
<published>2021-07-13T18:50:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.replicant.us/mirrors/AOSP/platform_packages_apps_CarrierConfig/commit/?id=15da47d8cc18d4df515f9dcc139834eb8e09385e'/>
<id>15da47d8cc18d4df515f9dcc139834eb8e09385e</id>
<content type='text'>
This change was requested by the mobile operator directly.

Test: manual
Bug: 187573927

Signed-off-by: Michal Trojanowski &lt;michal.trojanowski@plus.pl&gt;
Change-Id: I32eca75a329e81c681f61ce2d9e23abef6a31c38
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This change was requested by the mobile operator directly.

Test: manual
Bug: 187573927

Signed-off-by: Michal Trojanowski &lt;michal.trojanowski@plus.pl&gt;
Change-Id: I32eca75a329e81c681f61ce2d9e23abef6a31c38
</pre>
</div>
</content>
</entry>
</feed>
