The M-CORD (Mobile CORD) profile is Official
as of 4.1.
M-CORD includes service manifests:
M-CORD extends CORD's core models with the following model specification mcord.xproto, which represents the subscriber that anchors a chain of ServiceInstances:
message MCordSubscriberInstance (ServiceInstance) { option verbose_name = "MCORD Subscriber"; option description = "This model holds the informations of a Mobile Subscriber in CORD"; required string imsi_number = 1 [max_length = 30, content_type = "stripped", blank = False, null = False, db_index = False]; optional string apn_number = 2 [max_length = 30, content_type = "stripped", blank = True, null = True, db_index = False]; optional int32 ue_status = 3 [max_length = 30, choices = "(('0', 'Detached'), ('1', 'Attached'))", blank = True, null = True, db_index = False]; }
M-CORD doesn’t include any GUI extension.