iri

Name of parameter Correlation Number between CC and IRI in IRI Datafile (Voice over LTE)

↘锁芯ラ 提交于 2020-03-25 19:19:54
问题 I need to extract the voice data out of the CC (Content of Communication). It is stored into binfiles and it's delivered by the HI3. For doing this, I need the information of the codec written of the SDP part of the SIP protocol, which I can see in the datafiles. So until here everything is fine. But there is one problem: I cannot see the correlation number which correlates the payload of CC with the control information of IRI. In circuit switched GSM/UMTS it is a part of the LIID (Lawfull

Structured Data > Microdata & Json-LD > Entity IDs > Fragment Identifier

和自甴很熟 提交于 2020-02-02 04:51:12
问题 I was wondering if it is better/proper to reference the entities using a fragment identifier format - basically by inserting a hash before the name [url] + # + [name] => http://example.com/page/#webPage EDIT: Following a kind answer from the ever-generous and great @Unor, I have added this edit to try confine the scope of my query and clarify the main issue I am getting at. I have also deleted most of the original question (about 95%) which (in hindsight) I feel detracts from: 1. my core

Request validator : validate an IRI

こ雲淡風輕ζ 提交于 2019-12-13 05:09:43
问题 I'm currently working with api-plateform which has been a great tool so far. I'd like to add some validator before my datas are stored into my database. Api-platform works with IRI instead of plain id (even if you can change this behavior). I was wondering what would be the best way to validate an IRI. Let's say I receive for instance "api/users/1". I would like to make sure that this IRI is actually valid (i.e the id exists in the table "user"). I could create a custom validator rule which