Module radius::core::rfc7155[][src]

Utility for rfc7155 packet.

This module handles the packet according to the following definition:

//! # -*- text -*-
# Copyright (C) 2020 The FreeRADIUS Server project and contributors
# This work is licensed under CC-BY version 4.0 https://creativecommons.org/licenses/by/4.0
# Version $Id$
#
#        Attributes and values defined in RFC 7155
#        http://www.ietf.org/rfc/rfc7155.txt
#

# The Value field contains two octets (00 - 99).  ANSI T1.113 and
# BELLCORE 394 can be used for additional information about these
# values and their use.
ATTRIBUTE	Originating-Line-Info			94	octets[2]

Constants

ORIGINATING_LINE_INFO_TYPE

Functions

add_originating_line_info

Add originating_line_info fixed-length octets value to a packet.

delete_originating_line_info

Delete all of originating_line_info values from a packet.

lookup_all_originating_line_info

Lookup all of the originating_line_info fixed-length octets value from a packet.

lookup_originating_line_info

Lookup a originating_line_info fixed-length octets value from a packet.