mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-15 00:50:31 +00:00
AbstractEfaProvider: Parse 'rtStatus' in queryTripsMobile().
This commit is contained in:
parent
7ca68b74dc
commit
e1137c4fa8
1 changed files with 1 additions and 0 deletions
|
@ -2663,6 +2663,7 @@ public abstract class AbstractEfaProvider extends AbstractNetworkProvider {
|
|||
XmlPullUtil.optValueTag(pp, "de", null);
|
||||
XmlPullUtil.optValueTag(pp, "gid", null);
|
||||
XmlPullUtil.optValueTag(pp, "pgid", null);
|
||||
XmlPullUtil.optValueTag(pp, "rtStatus", null);
|
||||
XmlPullUtil.requireSkip(pp, "dt");
|
||||
|
||||
parseMobileSt(pp, plannedTimeCal, predictedTimeCal);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue