Attention is currently required from: pespin.
laforge has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-iuh/+/36787?usp=email )
Change subject: ranap_common: Implement support for missing procedures ......................................................................
Patch Set 1:
(1 comment)
File src/ranap_common_cn.c:
https://gerrit.osmocom.org/c/osmo-iuh/+/36787/comment/5f9d9f69_86e58777 PS1, Line 75: case RANAP_ProcedureCode_id_RelocationPreparation: /* RELOCATION REQUIRED */
why this rename to "relocatioNRequered" here?
We didn't create the ASN.1 of RANAP. In it, the RelocationPreparation procedure has a Relocation{Required,Command,PreparationFailure} as message types...
``` relocationPreparation RANAP-ELEMENTARY-PROCEDURE ::= { INITIATING MESSAGE RelocationRequired SUCCESSFUL OUTCOME RelocationCommand UNSUCCESSFUL OUTCOME RelocationPreparationFailure PROCEDURE CODE id-RelocationPreparation CRITICALITY reject } ```