This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- Logs begin at Thu 2022-04-14 20:42:41 BST. -- | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: 20220414204541767 DL1P DEBUG 806690/608/14/23/34 Rx MPH_INFO time ind (l1sap.c:649) | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: 20220414204541767 DTRX DEBUG phy0.0: Tx TRXDv1 datagram with 1 PDU(s) (trx_if.c:1182) | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: 20220414204541767 DTRX DEBUG phy0.0: Tx TRXDv1 datagram with 1 PDU(s) (trx_if.c:1182) | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: 20220414204541767 DTRX DEBUG phy0.0: Tx TRXDv1 datagram with 1 PDU(s) (trx_if.c:1182) | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: | |
Apr 14 20:45:42 raspberrypi osmo-bts-trx[1075]: 20220414204541767 DTRX DEBUG phy0.0: Tx TRXDv1 datagram with 1 PDU(s) (trx_if.c:1182) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python3 | |
from xml.etree import ElementTree as ET | |
tree = ET.parse('test.xml') | |
value = tree.find('.//{http://schemas.xmlsoap.org/soap/envelope/}value') | |
if value: | |
print('Found value: {0}').format(value.text) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ns="http://ws01.lom.ch/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"> | |
<SOAP-ENV:Body> | |
<ns:getDpResponse> | |
<ref> | |
<oid>/(1) EBusRoot/(3) Zusatzmodul/(4) CIRCUIT 1/(119) /(3) 00:01</oid> | |
<prop>-r--</prop> | |
</ref> | |
<dpCfg> | |
<index>3</index> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
NewerOlder