hammer(8): adjust markup & improve wording
[dragonfly.git] / sys / netproto / atm / uni / unisig_vc_state.c
1 /*
2  *
3  * ===================================
4  * HARP  |  Host ATM Research Platform
5  * ===================================
6  *
7  *
8  * This Host ATM Research Platform ("HARP") file (the "Software") is
9  * made available by Network Computing Services, Inc. ("NetworkCS")
10  * "AS IS".  NetworkCS does not provide maintenance, improvements or
11  * support of any kind.
12  *
13  * NETWORKCS MAKES NO WARRANTIES OR REPRESENTATIONS, EXPRESS OR IMPLIED,
14  * INCLUDING, BUT NOT LIMITED TO, IMPLIED WARRANTIES OF MERCHANTABILITY
15  * AND FITNESS FOR A PARTICULAR PURPOSE, AS TO ANY ELEMENT OF THE
16  * SOFTWARE OR ANY SUPPORT PROVIDED IN CONNECTION WITH THIS SOFTWARE.
17  * In no event shall NetworkCS be responsible for any damages, including
18  * but not limited to consequential damages, arising from or relating to
19  * any use of the Software or related support.
20  *
21  * Copyright 1994-1998 Network Computing Services, Inc.
22  *
23  * Copies of this Software may be made, however, the above copyright
24  * notice must be reproduced on all copies.
25  *
26  *      @(#) $FreeBSD: src/sys/netatm/uni/unisig_vc_state.c,v 1.6.2.1 2001/07/25 20:53:44 pirzyk Exp $
27  *      @(#) $DragonFly: src/sys/netproto/atm/uni/unisig_vc_state.c,v 1.6 2006/01/14 13:36:39 swildner Exp $
28  */
29
30 /*
31  * ATM Forum UNI 3.0/3.1 Signalling Manager
32  * ----------------------------------------
33  *
34  * VC state machine
35  *
36  */
37
38 #include <netproto/atm/kern_include.h>
39
40 #include "unisig_var.h"
41 #include "unisig_msg.h"
42
43 /*
44  * Local functions
45  */
46 static int      unisig_vc_invalid (struct unisig *, struct unisig_vccb *,
47                         struct unisig_msg *);
48 static int      unisig_vc_act01 (struct unisig *, struct unisig_vccb *,
49                         struct unisig_msg *);
50 static int      unisig_vc_act02 (struct unisig *, struct unisig_vccb *,
51                         struct unisig_msg *);
52 static int      unisig_vc_act03 (struct unisig *, struct unisig_vccb *,
53                         struct unisig_msg *);
54 static int      unisig_vc_act04 (struct unisig *, struct unisig_vccb *,
55                         struct unisig_msg *);
56 static int      unisig_vc_act05 (struct unisig *, struct unisig_vccb *,
57                         struct unisig_msg *);
58 static int      unisig_vc_act06 (struct unisig *, struct unisig_vccb *,
59                         struct unisig_msg *);
60 static int      unisig_vc_act07 (struct unisig *, struct unisig_vccb *,
61                         struct unisig_msg *);
62 static int      unisig_vc_act08 (struct unisig *, struct unisig_vccb *,
63                         struct unisig_msg *);
64 static int      unisig_vc_act09 (struct unisig *, struct unisig_vccb *,
65                         struct unisig_msg *);
66 static int      unisig_vc_act10 (struct unisig *, struct unisig_vccb *,
67                         struct unisig_msg *);
68 static int      unisig_vc_act11 (struct unisig *, struct unisig_vccb *,
69                         struct unisig_msg *);
70 static int      unisig_vc_act12 (struct unisig *, struct unisig_vccb *,
71                         struct unisig_msg *);
72 static int      unisig_vc_act13 (struct unisig *, struct unisig_vccb *,
73                         struct unisig_msg *);
74 static int      unisig_vc_act14 (struct unisig *, struct unisig_vccb *,
75                         struct unisig_msg *);
76 static int      unisig_vc_act15 (struct unisig *, struct unisig_vccb *,
77                         struct unisig_msg *);
78 static int      unisig_vc_act16 (struct unisig *, struct unisig_vccb *,
79                         struct unisig_msg *);
80 static int      unisig_vc_act17 (struct unisig *, struct unisig_vccb *,
81                         struct unisig_msg *);
82 static int      unisig_vc_act18 (struct unisig *, struct unisig_vccb *,
83                         struct unisig_msg *);
84 static int      unisig_vc_act19 (struct unisig *, struct unisig_vccb *,
85                         struct unisig_msg *);
86 static int      unisig_vc_act20 (struct unisig *, struct unisig_vccb *,
87                         struct unisig_msg *);
88 static int      unisig_vc_act21 (struct unisig *, struct unisig_vccb *,
89                         struct unisig_msg *);
90 static int      unisig_vc_act22 (struct unisig *, struct unisig_vccb *,
91                         struct unisig_msg *);
92 static int      unisig_vc_act23 (struct unisig *, struct unisig_vccb *,
93                         struct unisig_msg *);
94 static int      unisig_vc_act24 (struct unisig *, struct unisig_vccb *,
95                         struct unisig_msg *);
96 static int      unisig_vc_act25 (struct unisig *, struct unisig_vccb *,
97                         struct unisig_msg *);
98 static int      unisig_vc_act26 (struct unisig *, struct unisig_vccb *,
99                         struct unisig_msg *);
100 static int      unisig_vc_act27 (struct unisig *, struct unisig_vccb *,
101                         struct unisig_msg *);
102 static int      unisig_vc_act28 (struct unisig *, struct unisig_vccb *,
103                         struct unisig_msg *);
104 static int      unisig_vc_act29 (struct unisig *, struct unisig_vccb *,
105                         struct unisig_msg *);
106 static int      unisig_vc_act30 (struct unisig *, struct unisig_vccb *,
107                         struct unisig_msg *);
108 static int      unisig_vc_act31 (struct unisig *, struct unisig_vccb *,
109                         struct unisig_msg *);
110 static int      unisig_vc_clear_call (struct unisig *,
111                         struct unisig_vccb *,
112                         struct unisig_msg *,
113                         int);
114
115
116 /*
117  * State table
118  */
119 static int      unisig_vc_states[21][17] = {
120 /* 0   1   2   3   4   5   6   7   8   9  10  11  12  13  14  15  16 */
121 {  0,  2, 99,  5, 99, 99,  0, 99, 12, 99,  0, 14,  0,  3,  0,  0,  0 },
122 { 29,  4, 99, 17, 99, 99, 17, 99, 17, 99, 17, 17, 17,  0,  0,  0,  0 },
123 { 29,  6, 99,  6, 99, 99, 17, 99, 17, 99, 17, 17, 17,  0,  0,  0,  0 },
124 { 29, 17, 99, 17, 99, 99, 17, 99, 10, 99, 17, 17, 17,  0,  0,  0,  0 },
125 {  8, 17, 99, 17, 99, 99, 17, 99, 17, 99, 17, 17, 17,  0,  0,  0,  0 },
126 { 29,  7, 99, 15, 99, 99, 15, 99, 15, 99, 15, 16, 17,  0,  0,  0,  0 },
127 { 19,  3, 99,  3, 99, 99,  3, 99,  3, 99,  3, 13,  3,  0,  0,  0,  0 },
128 { 21, 21, 99, 21, 99, 99, 21, 99, 21, 99, 21, 21, 21,  0,  0,  0,  0 },
129 { 22, 22, 99, 22, 99, 99, 22, 99, 22, 99, 22, 22, 22,  0,  0,  0,  0 },
130 { 29, 17, 99, 17, 99, 99, 17, 99, 17, 99, 23, 17, 17,  0,  0,  0,  0 },
131 { 29, 17, 99, 17, 99, 99, 17, 99, 17, 99, 17, 17, 17,  0,  0,  0,  0 },
132 { 29, 17, 99, 17, 99, 99, 17, 99, 17, 99, 17, 17, 17,  0,  0,  0,  0 },
133 { 29, 17, 99, 17, 99, 99, 17, 99, 17, 99, 17, 17, 17,  0,  0,  0,  0 },
134 { 29, 17, 99, 17, 99, 99, 17, 99, 17, 99, 17, 17, 17,  0,  0,  0,  0 },
135 {  1, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99, 99 },
136 { 99, 25, 99, 25, 99, 99,  9, 99, 25, 99, 25, 25, 25, 25, 31, 25, 25 },
137 { 99, 25, 99, 25, 99, 99, 11, 99, 25, 99, 25, 25, 25, 25, 19, 25, 25 },
138 { 99, 12, 99, 12, 99, 99, 25, 99, 12, 99, 12, 19, 19, 30, 19, 99, 99 },
139 { 99, 12, 99, 12, 99, 99, 12, 99, 12, 99, 12,  3,  3,  3, 24, 26, 26 },
140 { 99,  3, 99,  3, 99, 99, 30, 99,  3, 99, 18,  3,  3,  0, 19, 27, 19 },
141 { 99,  7, 99,  7, 99, 99, 30, 99,  7, 99, 19, 19, 19, 20, 19, 19, 28 }
142 };
143
144
145 /*
146  * Action vector
147  *
148  * A given state, action pair selects an action number from the
149  * state table.  This vector holds the address of the action routine
150  * for each action number.
151  */
152 #define MAX_ACTION      32
153 static int (*unisig_vc_act_vec[MAX_ACTION])
154                 (struct unisig *, struct unisig_vccb *,
155                         struct unisig_msg *) = {
156         unisig_vc_invalid,
157         unisig_vc_act01,        
158         unisig_vc_act02,
159         unisig_vc_act03,
160         unisig_vc_act04,
161         unisig_vc_act05,
162         unisig_vc_act06,
163         unisig_vc_act07,
164         unisig_vc_act08,
165         unisig_vc_act09,
166         unisig_vc_act10,
167         unisig_vc_act11,
168         unisig_vc_act12,
169         unisig_vc_act13,
170         unisig_vc_act14,
171         unisig_vc_act15,
172         unisig_vc_act16,
173         unisig_vc_act17,
174         unisig_vc_act18,
175         unisig_vc_act19,
176         unisig_vc_act20,
177         unisig_vc_act21,
178         unisig_vc_act22,
179         unisig_vc_act23,
180         unisig_vc_act24,
181         unisig_vc_act25,
182         unisig_vc_act26,
183         unisig_vc_act27,
184         unisig_vc_act28,
185         unisig_vc_act29,
186         unisig_vc_act30,
187         unisig_vc_act31
188 };
189
190
191 /*
192  * Process an event on a VC
193  *
194  * Arguments:
195  *      usp     pointer to the UNISIG instance
196  *      uvp     pointer to the VCCB for the affected VCC
197  *      event   a numeric indication of which event has occured
198  *      msg     pointer to a signalling message structure
199  *
200  * Returns:
201  *      0       success
202  *      errno   error encountered
203  *
204  */
205 int
206 unisig_vc_state(struct unisig *usp, struct unisig_vccb *uvp, int event,
207                 struct unisig_msg *msg)
208 {
209         int     action, rc, state;
210
211         /*
212          * Select an action from the state table
213          */
214         if (uvp)
215                 state = uvp->uv_sstate;
216         else
217                 state = UNI_NULL;
218         action = unisig_vc_states[event][state];
219         if (action >= MAX_ACTION || action < 0)
220                 panic("unisig_vc_state: invalid action\n");
221
222         /*
223          * Perform the requested action
224          */
225         ATM_DEBUG4("unisig_vc_state: uvp=%p, state=%d, event=%d, action=%d\n",
226                         uvp, state, event, action);
227         rc = unisig_vc_act_vec[action](usp, uvp, msg);
228
229         return(rc);
230 }
231
232
233 /*
234  * VC state machine action 0
235  * Unexpected action - log an error message
236  *
237  * Arguments:
238  *      usp     pointer to protocol instance block
239  *      uvp     pointer to the VCCB for the affected connection (may
240                 be null)
241  *      msg     pointer to a UNISIG message structure
242  *
243  * Returns:
244  *      0       success
245  *      errno   error encountered
246  *
247  */
248 static int
249 unisig_vc_invalid(struct unisig *usp, struct unisig_vccb *uvp,
250                   struct unisig_msg *msg)
251 {
252         log(LOG_ERR, "unisig_vc_state: unexpected action\n");
253         return(EINVAL);
254 }
255
256
257 /*
258  * VC state machine action 1
259  * Setup handler called
260  *
261  * Send SETUP, start timer T303, go to UNI_CALL_INITIATED state
262  *
263  * Arguments:
264  *      usp     pointer to protocol instance block
265  *      uvp     pointer to the VCCB for the affected connection
266  *      msg     pointer to a UNISIG message structure
267  *
268  * Returns:
269  *      0       success
270  *      errno   error encountered
271  *
272  */
273 static int
274 unisig_vc_act01(struct unisig *usp, struct unisig_vccb *uvp,
275                 struct unisig_msg *msg)
276 {
277         int             rc;
278
279         /*
280          * Send the setup message
281          */
282         rc = unisig_send_setup(usp, uvp);
283         if (rc)
284                 return(rc);
285
286         /*
287          * Set timer T303
288          */
289         uvp->uv_retry = 0;
290         UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T303);
291
292         /*
293          * Set the new state
294          */
295         uvp->uv_sstate = UNI_CALL_INITIATED;
296
297         /*
298          * Mark the time
299          */
300         uvp->uv_tstamp = time_second;
301
302         return(0);
303 }
304
305
306 /*
307  * VC state machine action 2
308  * Timeout while waiting for CALL PROCEEDING or CONNECT
309  *
310  * If this is the second expiration, clear the call.  Otherwise,
311  * retransmit the SETUP message and restart T303.
312  *
313  * Arguments:
314  *      usp     pointer to protocol instance block
315  *      uvp     pointer to the VCCB for the affected connection
316  *      msg     pointer to a UNISIG message structure
317  *
318  * Returns:
319  *      0       success
320  *      errno   error encountered
321  *
322  */
323 static int
324 unisig_vc_act02(struct unisig *usp, struct unisig_vccb *uvp,
325                 struct unisig_msg *msg)
326 {
327         int     rc = 0;
328
329         if (uvp->uv_retry) {
330                 /*
331                  * Clear the call
332                  */
333                 rc = unisig_clear_vcc(usp, uvp,
334                                 T_ATM_CAUSE_NO_ROUTE_TO_DESTINATION);
335         } else {
336                 uvp->uv_retry++;
337                 unisig_send_setup(usp, uvp);
338                 UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T303);
339         }
340         
341         return(rc);
342 }
343
344
345 /*
346  * VC state machine action 3
347  *
348  * Clear the call internally
349  *
350  * Arguments:
351  *      usp     pointer to protocol instance block
352  *      uvp     pointer to the VCCB for the affected connection
353  *      msg     pointer to a UNISIG message structure
354  *
355  * Returns:
356  *      0       success
357  *      errno   error encountered
358  *
359  */
360 static int
361 unisig_vc_act03(struct unisig *usp, struct unisig_vccb *uvp,
362                 struct unisig_msg *msg)
363 {
364         int     rc, cause;
365
366         /*
367          * Set cause code
368          */
369         if ((msg != NULL) && (msg->msg_ie_caus != NULL)) {
370                 unisig_cause_attr_from_ie(&uvp->uv_connvc->cvc_attr,
371                         msg->msg_ie_caus);
372                 cause = T_ATM_ABSENT;
373         } else
374                 cause = T_ATM_CAUSE_DESTINATION_OUT_OF_ORDER;
375
376         /*
377          * Clear the VCCB
378          */
379         rc = unisig_clear_vcc(usp, uvp, cause);
380
381         return(rc);
382 }
383
384
385 /*
386  * VC state machine action 4
387  * Received CALL PROCEEDING
388  *
389  * Start timer T310, go to UNI_CALL_OUT_PROC
390  *
391  * Arguments:
392  *      usp     pointer to protocol instance block
393  *      uvp     pointer to the VCCB for the affected connection
394  *      msg     pointer to a UNISIG message structure
395  *
396  * Returns:
397  *      0       success
398  *      errno   error encountered
399  *
400  */
401 static int
402 unisig_vc_act04(struct unisig *usp, struct unisig_vccb *uvp,
403                 struct unisig_msg *msg)
404 {
405         int                     cause, rc, vpi, vci;
406         struct atm_pif          *pip = usp->us_pif;
407         struct ie_generic       *iep;
408
409         /*
410          * Clear any running timer
411          */
412         UNISIG_VC_CANCEL((struct vccb *) uvp);
413
414         /*
415          * Make sure a Connection ID is part of the message
416          */
417         if (msg->msg_ie_cnid) {
418                 vpi = msg->msg_ie_cnid->ie_cnid_vpci;
419                 vci = msg->msg_ie_cnid->ie_cnid_vci;
420         } else {
421                 iep = (struct ie_generic *)atm_allocate(&unisig_iepool);
422                 if (!iep)
423                         return(ENOMEM);
424                 iep->ie_ident = UNI_IE_CNID;
425                 iep->ie_err_cause = UNI_IE_CAUS_MISSING;
426                 MSG_IE_ADD(msg, iep, UNI_MSG_IE_ERR);
427                 cause = UNI_IE_CAUS_MISSING;
428                 ATM_DEBUG0("unisig_vc_act04: no CNID in Call Proc\n");
429                 goto response04;
430         }
431
432         /*
433          * Make sure we can handle the specified VPI and VCI
434          */
435         if (vpi > pip->pif_maxvpi  || vci > pip->pif_maxvci ||
436                         vci < UNI_IE_CNID_MIN_VCI) {
437                 cause = UNI_IE_CAUS_BAD_VCC;
438                 ATM_DEBUG0("unisig_vc_act04: VPI/VCI invalid\n");
439                 goto response04;
440         }
441
442         /*
443          * Make sure the specified VPI and VCI are not in use
444          */
445         if (unisig_find_vpvc(usp, vpi, vci, VCC_OUT)) {
446                 cause = UNI_IE_CAUS_NA_VCC;
447                 ATM_DEBUG0("unisig_vc_act04: VPI/VCI in use\n");
448                 goto response04;
449         }
450
451         /*
452          * Start timer T310
453          */
454         UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T310);
455
456         /*
457          * Save the specified VPI and VCI
458          */
459         uvp->uv_vpi = vpi;
460         uvp->uv_vci = vci;
461
462         /*
463          * Set the state
464          */
465         uvp->uv_sstate = UNI_CALL_OUT_PROC;
466
467         /*
468          * Mark the time
469          */
470         uvp->uv_tstamp = time_second;
471
472         return(0);
473
474 response04:
475         /*
476          * Initiate call clearing
477          */
478         rc = unisig_vc_clear_call(usp, uvp, msg, cause);
479
480         return(rc);
481 }
482
483
484 /*
485  * VC state machine action 5
486  * Timeout in UNI_CALL_OUT_PROC
487  * 
488  * Clear call towards network
489  *
490  * Arguments:
491  *      usp     pointer to protocol instance block
492  *      uvp     pointer to the VCCB for the affected connection
493  *      msg     pointer to a UNISIG message structure
494  *
495  * Returns:
496  *      0       success
497  *      errno   error encountered
498  *
499  */
500 static int
501 unisig_vc_act05(struct unisig *usp, struct unisig_vccb *uvp,
502                 struct unisig_msg *msg)
503 {
504         int                     rc;
505         struct unisig_msg       *rls_msg;
506         struct ie_generic       *cause_ie;
507
508         /*
509          * Send a RELEASE message
510          */
511         rls_msg = (struct unisig_msg *) atm_allocate(&unisig_msgpool);
512         if (rls_msg == NULL)
513                 return(ENOMEM);
514         cause_ie = (struct ie_generic *) atm_allocate(&unisig_iepool);
515         if (cause_ie == NULL) {
516                 atm_free(rls_msg);
517                 return(ENOMEM);
518         }
519
520         /*
521          * Fill out the RELEASE message
522          */
523         rls_msg->msg_call_ref = uvp->uv_call_ref;
524         rls_msg->msg_type = UNI_MSG_RLSE;
525         rls_msg->msg_type_flag = 0;
526         rls_msg->msg_type_action = 0;
527         rls_msg->msg_ie_caus = cause_ie;
528
529         /*
530          * Fill out the cause IE
531          */
532         cause_ie->ie_caus_loc = UNI_IE_CAUS_LOC_USER;
533         cause_ie->ie_caus_cause = UNI_IE_CAUS_TIMER;
534         KM_COPY("310", cause_ie->ie_caus_diagnostic, 3);
535
536         /*
537          * Send the RELEASE message.
538          */
539         rc = unisig_send_msg(usp, rls_msg);
540         unisig_free_msg(rls_msg);
541
542         /*
543          * Start timer T308
544          */
545         UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T308);
546
547         /*
548          * Set the new state
549          */
550         uvp->uv_sstate = UNI_RELEASE_REQUEST;
551         uvp->uv_ustate = VCCU_CLOSED;
552
553         /*
554          * Mark the time
555          */
556         uvp->uv_tstamp = time_second;
557
558         return(rc);
559 }
560
561
562 /*
563  * VC state machine action 6
564  * Received CONNECT
565  *
566  * Send CONNECT ACK, go to UNI_ACTIVE state
567  *
568  * Arguments:
569  *      usp     pointer to protocol instance block
570  *      uvp     pointer to the VCCB for the affected connection
571  *      msg     pointer to a UNISIG message structure
572  *
573  * Returns:
574  *      0       success
575  *      errno   error encountered
576  *
577  */
578 static int
579 unisig_vc_act06(struct unisig *usp, struct unisig_vccb *uvp,
580                 struct unisig_msg *msg)
581 {
582         int                     cause, rc, vci, vpi;
583         struct atm_pif          *pip = usp->us_pif;
584         struct unisig_msg       *cack_msg;
585         struct ie_generic       *iep;
586         Atm_attributes          *ap;
587
588         /*
589          * Clear any running timer
590          */
591         UNISIG_VC_CANCEL((struct vccb *) uvp);
592
593         ap = &uvp->uv_connvc->cvc_attr;
594
595         /*
596          * See if a VPI/VCI is specified
597          */
598         if (msg->msg_ie_cnid) {
599                 /*
600                  * Yes--VPI/VCI must be the first specification or must
601                  * match what was specified before
602                  */
603                 vpi = msg->msg_ie_cnid->ie_cnid_vpci;
604                 vci = msg->msg_ie_cnid->ie_cnid_vci;
605                 if ((uvp->uv_vpi || uvp->uv_vci) &&
606                                 (vpi != uvp->uv_vpi ||
607                                 vci != uvp->uv_vci)) {
608                         cause = UNI_IE_CAUS_BAD_VCC;
609                         ATM_DEBUG0("unisig_vc_act06: VPI/VCI invalid\n");
610                         goto response06;
611                 }
612
613                 /*
614                  * Specified VPI/VCI must be within range
615                  */
616                 if (vpi > pip->pif_maxvpi || vci > pip->pif_maxvci ||
617                                 vci < UNI_IE_CNID_MIN_VCI) {
618                         cause = UNI_IE_CAUS_BAD_VCC;
619                         ATM_DEBUG0("unisig_vc_act06: VPI/VCI invalid\n");
620                         goto response06;
621                 }
622                 uvp->uv_vpi = vpi;
623                 uvp->uv_vci = vci;
624         } else {
625                 /*
626                  * No--VCI must have been specified earlier
627                  */
628                 if (!uvp->uv_vci) {
629                         iep = (struct ie_generic *)atm_allocate(
630                                         &unisig_iepool);
631                         if (!iep)
632                                 return(ENOMEM);
633                         iep->ie_ident = UNI_IE_CNID;
634                         iep->ie_err_cause = UNI_IE_CAUS_MISSING;
635                         MSG_IE_ADD(msg, iep, UNI_MSG_IE_ERR);
636                         cause = UNI_IE_CAUS_MISSING;
637                         ATM_DEBUG0("unisig_vc_act06: CNID missing\n");
638                         goto response06;
639                 }
640         }
641
642         /*
643          * Handle AAL parameters negotiation
644          */
645         if (msg->msg_ie_aalp) {
646                 struct ie_generic       *aalp = msg->msg_ie_aalp;
647
648                 /*
649                  * AAL parameters must have been sent in SETUP
650                  */
651                 if ((ap->aal.tag != T_ATM_PRESENT) ||
652                     (ap->aal.type != aalp->ie_aalp_aal_type)) {
653                         cause = UNI_IE_CAUS_IECONTENT;
654                         goto response06;
655                 }
656
657                 switch (aalp->ie_aalp_aal_type) {
658
659                 case UNI_IE_AALP_AT_AAL3:
660                         /*
661                          * Maximum SDU size negotiation
662                          */
663                         if (aalp->ie_aalp_4_fwd_max_sdu == T_ATM_ABSENT)
664                                 break;
665                         if ((ap->aal.v.aal4.forward_max_SDU_size < 
666                                         aalp->ie_aalp_4_fwd_max_sdu) ||
667                             (ap->aal.v.aal4.backward_max_SDU_size <
668                                         aalp->ie_aalp_4_bkwd_max_sdu)) {
669                                 cause = UNI_IE_CAUS_IECONTENT;
670                                 goto response06;
671                         } else {
672                                 ap->aal.v.aal4.forward_max_SDU_size =
673                                         aalp->ie_aalp_4_fwd_max_sdu;
674                                 ap->aal.v.aal4.backward_max_SDU_size =
675                                         aalp->ie_aalp_4_bkwd_max_sdu;
676                         }
677                         break;
678
679                 case UNI_IE_AALP_AT_AAL5:
680                         /*
681                          * Maximum SDU size negotiation
682                          */
683                         if (aalp->ie_aalp_5_fwd_max_sdu == T_ATM_ABSENT)
684                                 break;
685                         if ((ap->aal.v.aal5.forward_max_SDU_size < 
686                                         aalp->ie_aalp_5_fwd_max_sdu) ||
687                             (ap->aal.v.aal5.backward_max_SDU_size <
688                                         aalp->ie_aalp_5_bkwd_max_sdu)) {
689                                 cause = UNI_IE_CAUS_IECONTENT;
690                                 goto response06;
691                         } else {
692                                 ap->aal.v.aal5.forward_max_SDU_size =
693                                         aalp->ie_aalp_5_fwd_max_sdu;
694                                 ap->aal.v.aal5.backward_max_SDU_size =
695                                         aalp->ie_aalp_5_bkwd_max_sdu;
696                         }
697                         break;
698                 }
699         }
700
701         /*
702          * Get memory for a CONNECT ACK message
703          */
704         cack_msg = (struct unisig_msg *) atm_allocate(&unisig_msgpool);
705         if (cack_msg == NULL)
706                 return(ENOMEM);
707
708         /*
709          * Fill out the CONNECT ACK message
710          */
711         cack_msg->msg_call_ref = uvp->uv_call_ref;
712         cack_msg->msg_type = UNI_MSG_CACK;
713         cack_msg->msg_type_flag = 0;
714         cack_msg->msg_type_action = 0;
715
716         /*
717          * Send the CONNECT ACK message
718          */
719         rc = unisig_send_msg(usp, cack_msg);
720         unisig_free_msg(cack_msg);
721
722         /*
723          * Set the new state
724          */
725         uvp->uv_sstate = UNI_ACTIVE;
726         uvp->uv_ustate = VCCU_OPEN;
727
728         /*
729          * Mark the time
730          */
731         uvp->uv_tstamp = time_second;
732
733         /*
734          * Notify the user that the connection is now active
735          */
736         atm_cm_connected(uvp->uv_connvc);
737
738         return(0);
739
740 response06:
741         /*
742          * Initiate call clearing
743          */
744         rc = unisig_vc_clear_call(usp, uvp, msg, cause);
745
746         return(rc);
747 }
748
749
750 /*
751  * VC state machine action 7
752  * Abort routine called or signalling SAAL session reset while in
753  * one of the call setup states
754  *
755  * Clear the call, send RELEASE COMPLETE, notify the user.
756  *
757  * Arguments:
758  *      usp     pointer to protocol instance block
759  *      uvp     pointer to the VCCB for the affected connection
760  *      msg     pointer to a UNISIG message structure
761  *
762  * Returns:
763  *      0       success
764  *      errno   error encountered
765  *
766  */
767 static int
768 unisig_vc_act07(struct unisig *usp, struct unisig_vccb *uvp,
769                 struct unisig_msg *msg)
770 {
771         int                     rc;
772
773         /*
774          * Clear any running timer
775          */
776         UNISIG_VC_CANCEL((struct vccb *) uvp);
777
778         /*
779          * Send a RELEASE COMPLETE message rejecting the connection
780          */
781         rc = unisig_send_release_complete(usp, uvp, msg,
782                         UNI_IE_CAUS_TEMP);
783
784         /*
785          * Clear the call VCCB
786          */
787         uvp->uv_sstate = UNI_FREE;
788         uvp->uv_ustate = VCCU_CLOSED;
789
790         /*
791          * Mark the time
792          */
793         uvp->uv_tstamp = time_second;
794
795         /*
796          * Notify the user
797          */
798         if ((msg != NULL) && (msg->msg_ie_caus != NULL))
799                 unisig_cause_attr_from_ie(&uvp->uv_connvc->cvc_attr,
800                         msg->msg_ie_caus);
801         else
802                 unisig_cause_attr_from_user(&uvp->uv_connvc->cvc_attr,
803                         T_ATM_CAUSE_NORMAL_CALL_CLEARING);
804         atm_cm_cleared(uvp->uv_connvc);
805
806         return(rc);
807 }
808
809
810 /*
811  * VC state machine action 8
812  * Received SETUP
813  *
814  * Check call paramaters, notify user that a call has been received,
815  * set UNI_CALL_PRESENT state
816  *
817  * Arguments:
818  *      usp     pointer to protocol instance block
819  *      uvp     pointer to the VCCB for the affected connection
820  *      msg     pointer to a UNISIG message structure
821  *
822  * Returns:
823  *      0       success
824  *      errno   error encountered
825  *
826  */
827 static int
828 unisig_vc_act08(struct unisig *usp, struct unisig_vccb *uvp,
829                 struct unisig_msg *msg)
830 {
831         int                     cause = 0, rc, vpi, vci;
832         struct atm_pif          *pip = usp->us_pif;
833         struct atm_nif          *nip;
834         Atm_addr_nsap           *nap;
835         Atm_attributes          attr;
836
837         ATM_DEBUG3("unisig_vc_act08: usp=%p, uvp=%p, msg=%p\n",
838                         usp, uvp, msg);
839
840         /*
841          * Make sure that the called address is the right format
842          */
843         if (msg->msg_ie_cdad->ie_cdad_plan != UNI_IE_CDAD_PLAN_NSAP) {
844                 cause = UNI_IE_CAUS_IECONTENT;
845                 ATM_DEBUG0("unisig_vc_act08: bad address format\n");
846                 goto response08;
847         }
848
849         /*
850          * Make sure that the called address is ours
851          */
852         nap = (Atm_addr_nsap *) msg->msg_ie_cdad->ie_cdad_addr.address;
853         if (bcmp(usp->us_addr.address, nap,     /* XXX */
854                         sizeof(Atm_addr_nsap)-1)) {
855                 cause = UNI_IE_CAUS_IECONTENT;
856                 ATM_DEBUG0("unisig_vc_act08: address not mine\n");
857                 goto response08;
858         }
859
860         /*
861          * Find the right NIF for the given selector byte
862          */
863         nip = pip->pif_nif;
864         while (nip && nip->nif_sel != nap->aan_sel) {
865                 nip = nip->nif_pnext;
866         }
867         if (!nip) {
868                 cause = UNI_IE_CAUS_IECONTENT;
869                 ATM_DEBUG0("unisig_vc_act08: bad selector byte\n");
870                 goto response08;
871         }
872
873         /*
874          * See if we recognize the specified AAL
875          */
876         if (msg->msg_ie_aalp->ie_aalp_aal_type != UNI_IE_AALP_AT_AAL3 &&
877                         msg->msg_ie_aalp->ie_aalp_aal_type !=
878                         UNI_IE_AALP_AT_AAL5) {
879                 cause = UNI_IE_CAUS_UAAL;
880                 ATM_DEBUG0("unisig_vc_act08: bad AAL\n");
881                 goto response08;
882         }
883
884         /*
885          * Should verify that we can handle requested
886          * connection QOS
887          */
888
889         /*
890          * Make sure the specified VPI/VCI is valid
891          */
892         vpi = msg->msg_ie_cnid->ie_cnid_vpci;
893         vci = msg->msg_ie_cnid->ie_cnid_vci;
894         if (vpi > pip->pif_maxvpi ||
895                         vci > pip->pif_maxvci ||
896                         vci < UNI_IE_CNID_MIN_VCI) {
897                 cause = UNI_IE_CAUS_BAD_VCC;
898                 ATM_DEBUG0("unisig_vc_act08: VPI/VCI invalid\n");
899                 goto response08;
900         }
901
902         /*
903          * Make sure the specified VPI/VCI isn't in use already
904          */
905         if (unisig_find_vpvc(usp, vpi, vci, VCC_IN)) {
906                 cause = UNI_IE_CAUS_NA_VCC;
907                 ATM_DEBUG0("unisig_vc_act08: VPI/VCI in use\n");
908                 goto response08;
909         }
910
911         /*
912          * Make sure it's a point-to-point connection
913          */
914         if (msg->msg_ie_bbcp->ie_bbcp_conn_config !=
915                         UNI_IE_BBCP_CC_PP) {
916                 cause = UNI_IE_CAUS_NI_BC;
917                 ATM_DEBUG0("unisig_vc_act08: conn not pt-pt\n");
918                 goto response08;
919         }
920
921         /*
922          * Fill in the VCCB fields that we can at this point
923          */
924         uvp->uv_type = VCC_SVC | VCC_IN | VCC_OUT;
925         uvp->uv_proto = pip->pif_sigmgr->sm_proto;
926         uvp->uv_sstate = UNI_CALL_PRESENT;
927         uvp->uv_ustate = VCCU_POPEN;
928         uvp->uv_pif = pip;
929         uvp->uv_nif = nip;
930         uvp->uv_vpi = msg->msg_ie_cnid->ie_cnid_vpci;
931         uvp->uv_vci = msg->msg_ie_cnid->ie_cnid_vci;
932         uvp->uv_tstamp = time_second;
933
934         /*
935          * Copy the connection attributes from the SETUP message
936          * to an attribute block
937          */
938         KM_ZERO(&attr, sizeof(attr));
939         attr.nif = nip;
940         attr.aal.tag = T_ATM_ABSENT;
941         attr.traffic.tag = T_ATM_ABSENT;
942         attr.bearer.tag = T_ATM_ABSENT;
943         attr.bhli.tag = T_ATM_ABSENT;
944         attr.blli.tag_l2 = T_ATM_ABSENT;
945         attr.blli.tag_l3 = T_ATM_ABSENT;
946         attr.llc.tag = T_ATM_ABSENT;
947         attr.called.tag = T_ATM_ABSENT;
948         attr.calling.tag = T_ATM_ABSENT;
949         attr.qos.tag = T_ATM_ABSENT;
950         attr.transit.tag = T_ATM_ABSENT;
951         attr.cause.tag = T_ATM_ABSENT;
952         unisig_save_attrs(usp, msg, &attr);
953
954         /*
955          * Notify the connection manager of the new VCC
956          */
957         ATM_DEBUG0("unisig_vc_act08: notifying user of connection\n");
958         rc = atm_cm_incoming((struct vccb *)uvp, &attr);
959         if (rc)
960                 goto response08;
961
962         /*
963          * Wait for the connection recipient to issue an accept
964          * or reject
965          */
966         return(0);
967
968 response08:
969         ATM_DEBUG1("unisig_vc_act08: reject with cause=%d\n", cause);
970
971         /*
972          * Clear the VCCB state
973          */
974         uvp->uv_sstate = UNI_NULL;
975
976         /*
977          * Mark the time
978          */
979         uvp->uv_tstamp = time_second;
980
981         /*
982          * Some problem was detected with the request.  Send a Q.2931
983          * message rejecting the connection.
984          */
985         rc = unisig_send_release_complete(usp, uvp, msg, cause);
986
987         return(rc);
988 }
989
990
991 /*
992  * VC state machine action 9
993  * Accept routine called by user
994  *
995  * Send CONNECT, start timer T313, go to UNI_CONNECT_REQUEST state
996  *
997  * Arguments:
998  *      usp     pointer to protocol instance block
999  *      uvp     pointer to the VCCB for the affected connection
1000  *      msg     pointer to a UNISIG message structure
1001  *
1002  * Returns:
1003  *      0       success
1004  *      errno   error encountered
1005  *
1006  */
1007 static int
1008 unisig_vc_act09(struct unisig *usp, struct unisig_vccb *uvp,
1009                 struct unisig_msg *msg)
1010 {
1011         int                     rc;
1012         struct unisig_msg       *conn_msg;
1013
1014         conn_msg = (struct unisig_msg *) atm_allocate(&unisig_msgpool);
1015         if (conn_msg == NULL)
1016                 return(ENOMEM);
1017
1018         /*
1019          * Fill out the response
1020          */
1021         conn_msg->msg_call_ref = uvp->uv_call_ref;
1022         conn_msg->msg_type = UNI_MSG_CONN;
1023         conn_msg->msg_type_flag = 0;
1024         conn_msg->msg_type_action = 0;
1025
1026         /*
1027          * Send the CONNECT message.  If the send fails, the other
1028          * side will eventually time out and close the connection.
1029          */
1030         rc = unisig_send_msg(usp, conn_msg);
1031         unisig_free_msg(conn_msg);
1032         if (rc) {
1033                 return(rc);
1034         }
1035
1036         /*
1037          * Start timer T313
1038          */
1039         UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T313);
1040
1041         /*
1042          * Set the new state
1043          */
1044         uvp->uv_sstate = UNI_CONNECT_REQUEST;
1045
1046         /*
1047          * Mark the time
1048          */
1049         uvp->uv_tstamp = time_second;
1050
1051         return(0);
1052 }
1053
1054
1055 /*
1056  * VC state machine action 10
1057  * Received CONNECT ACK
1058  *
1059  * Go to UNI_ACTIVE state
1060  *
1061  * Arguments:
1062  *      usp     pointer to protocol instance block
1063  *      uvp     pointer to the VCCB for the affected connection
1064  *      msg     pointer to a UNISIG message structure
1065  *
1066  * Returns:
1067  *      0       success
1068  *      errno   error encountered
1069  *
1070  */
1071 static int
1072 unisig_vc_act10(struct unisig *usp, struct unisig_vccb *uvp,
1073                 struct unisig_msg *msg)
1074 {
1075         /*
1076          * Clear any running timer
1077          */
1078         UNISIG_VC_CANCEL((struct vccb *) uvp);
1079
1080         /*
1081          * Set the state
1082          */
1083         uvp->uv_sstate = UNI_ACTIVE;
1084         uvp->uv_ustate = VCCU_OPEN;
1085
1086         /*
1087          * Mark the time
1088          */
1089         uvp->uv_tstamp = time_second;
1090
1091         /*
1092          * Notify the user that the call is up
1093          */
1094         atm_cm_connected(uvp->uv_connvc);
1095
1096         return (0);
1097 }
1098
1099
1100 /*
1101  * VC state machine action 11
1102  * Reject handler called
1103  *
1104  * Send RELEASE COMPLETE, clear the call
1105  *
1106  * Arguments:
1107  *      usp     pointer to protocol instance block
1108  *      uvp     pointer to the VCCB for the affected connection
1109  *      msg     pointer to a UNISIG message structure
1110  *
1111  * Returns:
1112  *      0       success
1113  *      errno   error encountered
1114  *
1115  */
1116 static int
1117 unisig_vc_act11(struct unisig *usp, struct unisig_vccb *uvp,
1118                 struct unisig_msg *msg)
1119 {
1120         int                     rc, cause;
1121
1122         /*
1123          * Send generic cause code if one is not already set
1124          */
1125         if (uvp->uv_connvc->cvc_attr.cause.tag == T_ATM_PRESENT)
1126                 cause = T_ATM_ABSENT;
1127         else
1128                 cause = T_ATM_CAUSE_CALL_REJECTED;
1129
1130         /*
1131          * Send a RELEASE COMPLETE message
1132          */
1133         rc = unisig_send_release_complete(usp, uvp, msg, cause);
1134
1135         /*
1136          * Clear the call VCCB
1137          */
1138         uvp->uv_sstate = UNI_FREE;
1139         uvp->uv_ustate = VCCU_CLOSED;
1140
1141         /*
1142          * Mark the time
1143          */
1144         uvp->uv_tstamp = time_second;
1145
1146         return(rc);
1147 }
1148
1149
1150 /*
1151  * VC state machine action 12
1152  * Release or abort routine called
1153  *
1154  * Send RELEASE, start timer T308, go to UNI_RELEASE_REQUEST state
1155  *
1156  * Arguments:
1157  *      usp     pointer to protocol instance block
1158  *      uvp     pointer to the VCCB for the affected connection
1159  *      msg     pointer to a UNISIG message structure
1160  *
1161  * Returns:
1162  *      0       success
1163  *      errno   error encountered
1164  *
1165  */
1166 static int
1167 unisig_vc_act12(struct unisig *usp, struct unisig_vccb *uvp,
1168                 struct unisig_msg *msg)
1169 {
1170         int                     rc;
1171
1172         /*
1173          * Clear any running timer
1174          */
1175         UNISIG_VC_CANCEL((struct vccb *) uvp);
1176
1177         /*
1178          * Send the RELEASE message
1179          */
1180         rc = unisig_vc_clear_call(usp, uvp, NULL, T_ATM_ABSENT);
1181
1182         return(rc);
1183 }
1184
1185
1186 /*
1187  * VC state machine action 13
1188  * RELEASE COMPLETE received
1189  *
1190  * Clear the call
1191  *
1192  * Arguments:
1193  *      usp     pointer to protocol instance block
1194  *      uvp     pointer to the VCCB for the affected connection
1195  *      msg     pointer to a UNISIG message structure
1196  *
1197  * Returns:
1198  *      0       success
1199  *      errno   error encountered
1200  *
1201  */
1202 static int
1203 unisig_vc_act13(struct unisig *usp, struct unisig_vccb *uvp,
1204                 struct unisig_msg *msg)
1205 {
1206         /*
1207          * Clear any running timer
1208          */
1209         UNISIG_VC_CANCEL((struct vccb *) uvp);
1210
1211         /*
1212          * Set the state
1213          */
1214         uvp->uv_sstate = UNI_FREE;
1215         if (uvp->uv_ustate != VCCU_ABORT)
1216                 uvp->uv_ustate = VCCU_CLOSED;
1217
1218         /*
1219          * Mark the time
1220          */
1221         uvp->uv_tstamp = time_second;
1222
1223         /*
1224          * Notify the user that the call is now closed
1225          */
1226         if (msg->msg_ie_caus != NULL)
1227                 unisig_cause_attr_from_ie(&uvp->uv_connvc->cvc_attr,
1228                         msg->msg_ie_caus);
1229         atm_cm_cleared(uvp->uv_connvc);
1230
1231         return(0);
1232 }
1233
1234
1235 /*
1236  * VC state machine action 14
1237  * Timer expired while waiting for RELEASE COMPLETE
1238  *
1239  * If this is the second expiration, just clear the call.  Otherwise,
1240  * retransmit the RELEASE message and restart timer T308.
1241  *
1242  * Arguments:
1243  *      usp     pointer to protocol instance block
1244  *      uvp     pointer to the VCCB for the affected connection
1245  *      msg     pointer to a UNISIG message structure
1246  *
1247  * Returns:
1248  *      0       success
1249  *      errno   error encountered
1250  *
1251  */
1252 static int
1253 unisig_vc_act14(struct unisig *usp, struct unisig_vccb *uvp,
1254                 struct unisig_msg *msg)
1255 {
1256         int                     rc;
1257
1258         /*
1259          * Check the retry count
1260          */
1261         if (uvp->uv_retry) {
1262                 /*
1263                  * Clear the connection
1264                  */
1265                 rc = unisig_clear_vcc(usp, uvp,
1266                                 T_ATM_CAUSE_NORMAL_CALL_CLEARING);
1267         } else {
1268                 /*
1269                  * Increment the retry count
1270                  */
1271                 uvp->uv_retry++;
1272
1273                 /*
1274                  * Resend the RELEASE message
1275                  */
1276                 rc = unisig_send_release(usp, uvp, NULL, T_ATM_ABSENT);
1277                 if (rc)
1278                         return(rc);
1279
1280                 /*
1281                  * Restart timer T308
1282                  */
1283                 UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T308);
1284         }
1285
1286         return(0);
1287 }
1288
1289
1290 /*
1291  * VC state machine action 15
1292  * RELEASE received in UNI_ACTIVE state
1293  *
1294  * Send RELEASE COMPLETE, go to UNI_FREE, notify the user
1295  *
1296  * Arguments:
1297  *      usp     pointer to protocol instance block
1298  *      uvp     pointer to the VCCB for the affected connection
1299  *      msg     pointer to a UNISIG message structure
1300  *
1301  * Returns:
1302  *      0       success
1303  *      errno   error encountered
1304  *
1305  */
1306 static int
1307 unisig_vc_act15(struct unisig *usp, struct unisig_vccb *uvp,
1308                 struct unisig_msg *msg)
1309 {
1310         int                     cause, rc;
1311         struct ie_generic       *iep;
1312
1313         /*
1314          * Clear any running timer
1315          */
1316         UNISIG_VC_CANCEL((struct vccb *) uvp);
1317
1318         /*
1319          * If there was no Cause IE, flag an error
1320          */
1321         if (!msg->msg_ie_caus) {
1322                 cause = UNI_IE_CAUS_MISSING;
1323                 for (iep=msg->msg_ie_err; iep; iep=iep->ie_next) {
1324                         if (iep->ie_ident == UNI_IE_CAUS &&
1325                                         iep->ie_err_cause ==
1326                                         UNI_IE_CAUS_IECONTENT) {
1327                                 cause = UNI_IE_CAUS_IECONTENT;
1328                         }
1329                 }
1330                 if (cause == UNI_IE_CAUS_MISSING) {
1331                         iep = (struct ie_generic *)atm_allocate(
1332                                         &unisig_iepool);
1333                         if (!iep)
1334                                 return(ENOMEM);
1335                         iep->ie_ident = UNI_IE_CNID;
1336                         iep->ie_err_cause = UNI_IE_CAUS_MISSING;
1337                         MSG_IE_ADD(msg, iep, UNI_MSG_IE_ERR);
1338                 }
1339         } else {
1340                 cause = UNI_IE_CAUS_NORM_UNSP;
1341         }
1342
1343         /*
1344          * Send a RELEASE COMPLETE message
1345          */
1346         rc = unisig_send_release_complete(usp, uvp, msg, cause);
1347
1348         /*
1349          * Set the state
1350          */
1351         uvp->uv_sstate = UNI_FREE;
1352         uvp->uv_ustate = VCCU_CLOSED;
1353
1354         /*
1355          * Mark the time
1356          */
1357         uvp->uv_tstamp = time_second;
1358
1359         /*
1360          * Notify the user that the call is cleared
1361          */
1362         if (msg->msg_ie_caus != NULL)
1363                 unisig_cause_attr_from_ie(&uvp->uv_connvc->cvc_attr,
1364                         msg->msg_ie_caus);
1365         else
1366                 unisig_cause_attr_from_user(&uvp->uv_connvc->cvc_attr,
1367                         T_ATM_CAUSE_UNSPECIFIED_NORMAL);
1368         atm_cm_cleared(uvp->uv_connvc);
1369
1370         return(rc);
1371 }
1372
1373
1374 /*
1375  * VC state machine action 16
1376  * RELEASE received in UNI_RELEASE_REQUEST state
1377  *
1378  * Clear the call
1379  *
1380  * Arguments:
1381  *      usp     pointer to protocol instance block
1382  *      uvp     pointer to the VCCB for the affected connection
1383  *      msg     pointer to a UNISIG message structure
1384  *
1385  * Returns:
1386  *      0       success
1387  *      errno   error encountered
1388  *
1389  */
1390 static int
1391 unisig_vc_act16(struct unisig *usp, struct unisig_vccb *uvp,
1392                 struct unisig_msg *msg)
1393 {
1394         int     rc;
1395
1396         /*
1397          * Clear any running timer
1398          */
1399         UNISIG_VC_CANCEL((struct vccb *) uvp);
1400
1401         /*
1402          * Clear the VCCB
1403          */
1404         rc = unisig_clear_vcc(usp, uvp, T_ATM_ABSENT);
1405
1406         return(rc);
1407 }
1408
1409
1410 /*
1411  * VC state machine action 17
1412  * Protocol error
1413  *
1414  * Send a STATUS message with cause 101, "message not compatible with
1415  * call state"
1416  *
1417  * Arguments:
1418  *      usp     pointer to protocol instance block
1419  *      uvp     pointer to the VCCB for the affected connection
1420  *      msg     pointer to a UNISIG message structure
1421  *
1422  * Returns:
1423  *      0       success
1424  *      errno   error encountered
1425  *
1426  */
1427 static int
1428 unisig_vc_act17(struct unisig *usp, struct unisig_vccb *uvp,
1429                 struct unisig_msg *msg)
1430 {
1431         int                     rc;
1432
1433         ATM_DEBUG3("unisig_vc_perror: usp=%p, uvp=%p, msg=%p\n",
1434                         usp, uvp, msg);
1435
1436         /*
1437          * Clear any running timer
1438          */
1439         UNISIG_VC_CANCEL((struct vccb *) uvp);
1440
1441         /*
1442          * Send a STATUS message
1443          */
1444         rc = unisig_send_status(usp, uvp, msg, UNI_IE_CAUS_STATE);
1445
1446         return(rc ? rc : EINVAL);
1447 }
1448
1449
1450 /*
1451  * VC state machine action 18
1452  * Signalling AAL connection has been lost
1453  *
1454  * Start timer T309.  If the timer expires before the SAAL connection
1455  * comes back, the VCC will be cleared.
1456  *
1457  * Arguments:
1458  *      usp     pointer to protocol instance block
1459  *      uvp     pointer to the VCCB for the affected connection
1460  *      msg     pointer to a UNISIG message structure
1461  *
1462  * Returns:
1463  *      0       success
1464  *      errno   error encountered
1465  *
1466  */
1467 static int
1468 unisig_vc_act18(struct unisig *usp, struct unisig_vccb *uvp,
1469                 struct unisig_msg *msg)
1470 {
1471         /*
1472          * Clear any running timer
1473          */
1474         UNISIG_VC_CANCEL((struct vccb *) uvp);
1475
1476         /*
1477          * Start timer T309
1478          */
1479         UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T309);
1480
1481         /*
1482          * Set new state
1483          */
1484         uvp->uv_sstate = UNI_SSCF_RECOV;
1485
1486         return(0);
1487 }
1488
1489
1490 /*
1491  * VC state machine action 19
1492  * Ignore the event
1493  *
1494  * Arguments:
1495  *      usp     pointer to protocol instance block
1496  *      uvp     pointer to the VCCB for the affected connection
1497  *      msg     pointer to a UNISIG message structure
1498  *
1499  * Returns:
1500  *      0       success
1501  *      errno   error encountered
1502  *
1503  */
1504 static int
1505 unisig_vc_act19(struct unisig *usp, struct unisig_vccb *uvp,
1506                 struct unisig_msg *msg)
1507 {
1508         return(0);
1509 }
1510
1511
1512 /*
1513  * VC state machine action 20
1514  * SSCF establish indication in UNI_SSCF_RECOV state -- signalling
1515  * AAL has come up after an outage
1516  *
1517  * Send STATUS ENQ to make sure we're in compatible state with other end
1518  *
1519  * Arguments:
1520  *      usp     pointer to protocol instance block
1521  *      uvp     pointer to the VCCB for the affected connection
1522  *      msg     pointer to a UNISIG message structure
1523  *
1524  * Returns:
1525  *      0       success
1526  *      errno   error encountered
1527  *
1528  */
1529 static int
1530 unisig_vc_act20(struct unisig *usp, struct unisig_vccb *uvp,
1531                 struct unisig_msg *msg)
1532 {
1533         int                     rc;
1534         struct unisig_msg       *stat_msg;
1535
1536         /*
1537          * Clear any running timer
1538          */
1539         UNISIG_VC_CANCEL((struct vccb *) uvp);
1540
1541         /*
1542          * Get memory for a STATUS ENQUIRY message
1543          */
1544         stat_msg = (struct unisig_msg *)atm_allocate(&unisig_msgpool);
1545         if (stat_msg == NULL)
1546                 return(ENOMEM);
1547
1548         /*
1549          * Fill out the message
1550          */
1551         stat_msg->msg_call_ref = uvp->uv_call_ref;
1552         stat_msg->msg_type = UNI_MSG_SENQ;
1553         stat_msg->msg_type_flag = 0;
1554         stat_msg->msg_type_action = 0;
1555
1556         /*
1557          * Send the STATUS ENQUIRY message
1558          */
1559         rc = unisig_send_msg(usp, stat_msg);
1560         unisig_free_msg(stat_msg);
1561
1562         /*
1563          * Return to active state
1564          */
1565         uvp->uv_sstate = UNI_ACTIVE;
1566
1567         return(rc);
1568 }
1569
1570
1571 /*
1572  * VC state machine action 21
1573  * STATUS received
1574  *
1575  * Arguments:
1576  *      usp     pointer to protocol instance block
1577  *      uvp     pointer to the VCCB for the affected connection (may
1578  *              be NULL)
1579  *      msg     pointer to a UNISIG message structure
1580  *
1581  * Returns:
1582  *      0       success
1583  *      errno   error encountered
1584  *
1585  */
1586 static int
1587 unisig_vc_act21(struct unisig *usp, struct unisig_vccb *uvp,
1588                 struct unisig_msg *msg)
1589 {
1590         int     cause, rc;
1591
1592         /*
1593          * Ignore a STATUS message with the global call reference
1594          */
1595         if (GLOBAL_CREF(msg->msg_call_ref)) {
1596                 return(0);
1597         }
1598
1599         /*
1600          * If the network thinks we're in NULL state, clear the VCC
1601          */
1602         if (msg->msg_ie_clst->ie_clst_state == UNI_NULL) {
1603                 if (uvp) {
1604                         unisig_clear_vcc(usp, uvp,
1605                                         T_ATM_CAUSE_DESTINATION_OUT_OF_ORDER);
1606                 }
1607                 return(0);
1608         }
1609
1610         /*
1611          * If we are in NULL state, send a RELEASE COMPLETE
1612          */
1613         if (!uvp || (uvp->uv_sstate == UNI_FREE) ||
1614                         (uvp->uv_sstate == UNI_NULL)) {
1615                 rc = unisig_send_release_complete(usp,
1616                                 uvp, msg, UNI_IE_CAUS_STATE);
1617                 return(rc);
1618         }
1619
1620         /*
1621          * If the reported state doesn't match our state, close the VCC
1622          * unless we're in UNI_RELEASE_REQUEST or UNI_RELEASE_IND
1623          */
1624         if (msg->msg_ie_clst->ie_clst_state != uvp->uv_sstate) {
1625                 if (uvp->uv_sstate == UNI_RELEASE_REQUEST ||
1626                                 uvp->uv_sstate == UNI_RELEASE_IND) {
1627                         return(0);
1628                 }
1629                 rc = unisig_clear_vcc(usp, uvp,
1630                         T_ATM_CAUSE_MESSAGE_INCOMPATIBLE_WITH_CALL_STATE);
1631         }
1632
1633         /*
1634          * States match, check for an error on one of our messages
1635          */
1636         cause = msg->msg_ie_caus->ie_caus_cause;
1637         if (cause == UNI_IE_CAUS_MISSING ||
1638                         cause == UNI_IE_CAUS_MTEXIST ||
1639                         cause == UNI_IE_CAUS_IEEXIST ||
1640                         cause == UNI_IE_CAUS_IECONTENT ||
1641                         cause == UNI_IE_CAUS_STATE) {
1642                 ATM_DEBUG2("unisig_vc_act21: error %d on message 0x%x\n",
1643                                 cause,
1644                                 msg->msg_ie_caus->ie_caus_diagnostic[0]);
1645                 if (uvp) {
1646                         unisig_clear_vcc(usp, uvp, cause);
1647                 }
1648         }
1649
1650         return(0);
1651 }
1652
1653
1654 /*
1655  * VC state machine action 22
1656  * Received STATUS ENQ
1657  *
1658  * Send STATUS with cause 30 "response to STATUS ENQUIRY" and
1659  * current state
1660  *
1661  * Arguments:
1662  *      usp     pointer to protocol instance block
1663  *      uvp     pointer to the VCCB for the affected connection (may
1664  *              be NULL)
1665  *      msg     pointer to a UNISIG message structure
1666  *
1667  * Returns:
1668  *      0       success
1669  *      errno   error encountered
1670  *
1671  */
1672 static int
1673 unisig_vc_act22(struct unisig *usp, struct unisig_vccb *uvp,
1674                 struct unisig_msg *msg)
1675 {
1676         int                     rc;
1677         struct unisig_msg       *status;
1678         struct ie_generic       *callst_ie, *cause_ie;
1679
1680         ATM_DEBUG3("unisig_vc_perror: usp=%p, uvp=%p, msg=%p\n",
1681                         usp, uvp, msg);
1682
1683         /*
1684          * Get memory for a STATUS message
1685          */
1686         status = (struct unisig_msg *) atm_allocate(&unisig_msgpool);
1687         if (status == NULL)
1688                 return(ENOMEM);
1689         callst_ie = (struct ie_generic *) atm_allocate(&unisig_iepool);
1690         if (callst_ie == NULL) {
1691                 atm_free(status);
1692                 return(ENOMEM);
1693         }
1694         cause_ie = (struct ie_generic *) atm_allocate(&unisig_iepool);
1695         if (cause_ie == NULL) {
1696                 atm_free(status);
1697                 atm_free(callst_ie);
1698                 return(ENOMEM);
1699         }
1700
1701         /*
1702          * Fill out the response
1703          */
1704         if (uvp) {
1705                 status->msg_call_ref = uvp->uv_call_ref;
1706         } else if (msg) {
1707                 if (msg->msg_call_ref & UNI_MSG_CALL_REF_RMT)
1708                         status->msg_call_ref = msg->msg_call_ref &
1709                                         UNI_MSG_CALL_REF_MASK;
1710                 else
1711                         status->msg_call_ref = msg->msg_call_ref |
1712                                         UNI_MSG_CALL_REF_RMT;
1713         } else {
1714                 status->msg_call_ref = UNI_MSG_CALL_REF_GLOBAL;
1715         }
1716         status->msg_type = UNI_MSG_STAT;
1717         status->msg_type_flag = 0;
1718         status->msg_type_action = 0;
1719         status->msg_ie_clst = callst_ie;
1720         status->msg_ie_caus = cause_ie;
1721
1722         /*
1723          * Fill out the call state IE
1724          */
1725         callst_ie->ie_ident = UNI_IE_CLST;
1726         callst_ie->ie_coding = 0;
1727         callst_ie->ie_flag = 0;
1728         callst_ie->ie_action = 0;
1729         if (uvp) {
1730                 switch(uvp->uv_sstate) {
1731                 case UNI_FREE:
1732                         callst_ie->ie_clst_state = UNI_NULL;
1733                         break;
1734                 default:
1735                         callst_ie->ie_clst_state = uvp->uv_sstate;
1736                 }
1737         } else {
1738                 callst_ie->ie_clst_state = UNI_NULL;
1739         }
1740
1741         /*
1742          * Fill out the cause IE
1743          */
1744         cause_ie->ie_ident = UNI_IE_CAUS;
1745         cause_ie->ie_coding = 0;
1746         cause_ie->ie_flag = 0;
1747         cause_ie->ie_action = 0;
1748         cause_ie->ie_caus_loc = UNI_IE_CAUS_LOC_USER;
1749         cause_ie->ie_caus_cause = UNI_IE_CAUS_SENQ;
1750
1751         /*
1752          * Send the STATUS message
1753          */
1754         rc = unisig_send_msg(usp, status);
1755         unisig_free_msg(status);
1756         return(rc);
1757 }
1758
1759
1760 /*
1761  * VC state machine action 23
1762  * Received ADD PARTY
1763  *
1764  * We don't support multipoint connections, so send an ADD PARTY REJECT
1765  *
1766  * Arguments:
1767  *      usp     pointer to protocol instance block
1768  *      uvp     pointer to the VCCB for the affected connection
1769  *      msg     pointer to a UNISIG message structure
1770  *
1771  * Returns:
1772  *      0       success
1773  *      errno   error encountered
1774  *
1775  */
1776 static int
1777 unisig_vc_act23(struct unisig *usp, struct unisig_vccb *uvp,
1778                 struct unisig_msg *msg)
1779 {
1780         int                     rc;
1781         struct unisig_msg       *apr_msg;
1782
1783         /*
1784          * Get memory for the ADD PARTY REJECT message
1785          */
1786         apr_msg = (struct unisig_msg *) atm_allocate(&unisig_msgpool);
1787         if (apr_msg == NULL)
1788                 return(ENOMEM);
1789
1790         /*
1791          * Fill out the message
1792          */
1793         if (msg->msg_call_ref & UNI_MSG_CALL_REF_RMT)
1794                 apr_msg->msg_call_ref = msg->msg_call_ref &
1795                                 UNI_MSG_CALL_REF_MASK;
1796         else
1797                 apr_msg->msg_call_ref = msg->msg_call_ref |
1798                                 UNI_MSG_CALL_REF_RMT;
1799         apr_msg->msg_type = UNI_MSG_ADPR;
1800         apr_msg->msg_type_flag = 0;
1801         apr_msg->msg_type_action = 0;
1802
1803         /*
1804          * Use the endpoint reference IE from the received message
1805          */
1806         apr_msg->msg_ie_eprf = msg->msg_ie_eprf;
1807
1808         /*
1809          * Send the ADD PARTY REJECT message
1810          */
1811         rc = unisig_send_msg(usp, apr_msg);
1812         apr_msg->msg_ie_eprf = NULL;
1813         unisig_free_msg(apr_msg);
1814
1815         return(rc);
1816 }
1817
1818
1819 /*
1820  * VC state machine action 24
1821  * User error
1822  *
1823  * Return EALREADY
1824  *
1825  * Arguments:
1826  *      usp     pointer to protocol instance block
1827  *      uvp     pointer to the VCCB for the affected connection
1828  *      msg     pointer to a UNISIG message structure
1829  *
1830  * Returns:
1831  *      0       success
1832  *      errno   error encountered
1833  *
1834  */
1835 static int
1836 unisig_vc_act24(struct unisig *usp, struct unisig_vccb *uvp,
1837                 struct unisig_msg *msg)
1838 {
1839         return(EALREADY);
1840 }
1841
1842
1843 /*
1844  * VC state machine action 25
1845  * User error
1846  *
1847  * Return EINVAL
1848  *
1849  * Arguments:
1850  *      usp     pointer to protocol instance block
1851  *      uvp     pointer to the VCCB for the affected connection
1852  *      msg     pointer to a UNISIG message structure
1853  *
1854  * Returns:
1855  *      0       success
1856  *      errno   error encountered
1857  *
1858  */
1859 static int
1860 unisig_vc_act25(struct unisig *usp, struct unisig_vccb *uvp,
1861                 struct unisig_msg *msg)
1862 {
1863         return(EINVAL);
1864 }
1865
1866
1867 /*
1868  * VC state machine action 26
1869  * PVC abort
1870  *
1871  * The abort handler was called to abort a PVC.  Clear the VCCB and
1872  * notify the user.
1873  *
1874  * Arguments:
1875  *      usp     pointer to protocol instance block
1876  *      uvp     pointer to the VCCB for the affected connection
1877  *      msg     pointer to a UNISIG message structure
1878  *
1879  * Returns:
1880  *      0       success
1881  *      errno   error encountered
1882  *
1883  */
1884 static int
1885 unisig_vc_act26(struct unisig *usp, struct unisig_vccb *uvp,
1886                 struct unisig_msg *msg)
1887 {
1888         int     rc;
1889
1890         /*
1891          * Clear any running timer
1892          */
1893         UNISIG_VC_CANCEL((struct vccb *) uvp);
1894
1895         /*
1896          * Close the VCCB
1897          */
1898         rc = unisig_close_vcc(usp, uvp);
1899         if (rc)
1900                 return(rc);
1901
1902         /*
1903          * Notify the user
1904          */
1905         if (uvp->uv_connvc->cvc_attr.cause.tag != T_ATM_PRESENT)
1906                 unisig_cause_attr_from_user(&uvp->uv_connvc->cvc_attr,
1907                         T_ATM_CAUSE_NORMAL_CALL_CLEARING);
1908
1909         atm_cm_cleared(uvp->uv_connvc);
1910
1911         return(0);
1912 }
1913
1914
1915 /*
1916  * VC state machine action 27
1917  * Signalling AAL failure
1918  *
1919  * Change PVC state to UNI_PVC_ACT_DOWN.
1920  *
1921  * Arguments:
1922  *      usp     pointer to protocol instance block
1923  *      uvp     pointer to the VCCB for the affected connection
1924  *      msg     pointer to a UNISIG message structure
1925  *
1926  * Returns:
1927  *      0       success
1928  *      errno   error encountered
1929  *
1930  */
1931 static int
1932 unisig_vc_act27(struct unisig *usp, struct unisig_vccb *uvp,
1933                 struct unisig_msg *msg)
1934 {
1935         /*
1936          * Set the state
1937          */
1938         uvp->uv_sstate = UNI_PVC_ACT_DOWN;
1939
1940         /*
1941          * Mark the time
1942          */
1943         uvp->uv_tstamp = time_second;
1944
1945         return(0);
1946 }
1947
1948
1949 /*
1950  * VC state machine action 28
1951  * Signalling AAL established
1952  *
1953  * Set PVC state to UNI_PVC_ACTIVE.
1954  *
1955  * Arguments:
1956  *      usp     pointer to protocol instance block
1957  *      uvp     pointer to the VCCB for the affected connection
1958  *      msg     pointer to a UNISIG message structure
1959  *
1960  * Returns:
1961  *      0       success
1962  *      errno   error encountered
1963  *
1964  */
1965 static int
1966 unisig_vc_act28(struct unisig *usp, struct unisig_vccb *uvp,
1967                 struct unisig_msg *msg)
1968 {
1969         /*
1970          * Set the state
1971          */
1972         uvp->uv_sstate = UNI_PVC_ACTIVE;
1973
1974         /*
1975          * Mark the time
1976          */
1977         uvp->uv_tstamp = time_second;
1978
1979         return(0);
1980 }
1981
1982
1983 /*
1984  * VC state machine action 29
1985  * Protocol error
1986  *
1987  * Send a RELEASE COMPLETE message with cause 81, "invalid call
1988  * reference value"
1989  *
1990  * Arguments:
1991  *      usp     pointer to protocol instance block
1992  *      uvp     pointer to the VCCB for the affected connection (may
1993  *              be NULL)
1994  *      msg     pointer to a UNISIG message structure
1995  *
1996  * Returns:
1997  *      0       success
1998  *      errno   error encountered
1999  *
2000  */
2001 static int
2002 unisig_vc_act29(struct unisig *usp, struct unisig_vccb *uvp,
2003                 struct unisig_msg *msg)
2004 {
2005         int                     rc;
2006
2007         /*
2008          * Send a RELEASE COMPLETE message
2009          */
2010         rc = unisig_send_release_complete(usp, uvp, msg,
2011                         UNI_IE_CAUS_CREF);
2012
2013         return(rc);
2014 }
2015
2016
2017 /*
2018  * VC state machine action 30
2019  * Release routine called while SSCF session down, or SSCF session
2020  * reset or lost while in UNI_CALL_PRESENT
2021  *
2022  * Go to UNI_FREE state
2023  *
2024  * Arguments:
2025  *      usp     pointer to protocol instance block
2026  *      uvp     pointer to the VCCB for the affected connection
2027  *      msg     pointer to a UNISIG message structure
2028  *
2029  * Returns:
2030  *      0       success
2031  *      errno   error encountered
2032  *
2033  */
2034 static int
2035 unisig_vc_act30(struct unisig *usp, struct unisig_vccb *uvp,
2036                 struct unisig_msg *msg)
2037 {
2038         /*
2039          * Clear any running timer
2040          */
2041         UNISIG_VC_CANCEL((struct vccb *) uvp);
2042
2043         /*
2044          * Clear the call state
2045          */
2046         uvp->uv_sstate = UNI_FREE;
2047         uvp->uv_ustate = VCCU_CLOSED;
2048
2049         /*
2050          * Mark the time
2051          */
2052         uvp->uv_tstamp = time_second;
2053
2054         return(0);
2055 }
2056
2057
2058 /*
2059  * VC state machine action 31
2060  * Accept handler called in UNI_FREE state.
2061  *
2062  * The call was in UNI_CALL_PRESENT state when it was closed because
2063  * of an SSCF failure.  Return an error indication.  The accept
2064  * handler will free the VCCB and return the proper code to the
2065  * caller.
2066  *
2067  * Arguments:
2068  *      usp     pointer to protocol instance block
2069  *      uvp     pointer to the VCCB for the affected connection
2070  *      msg     pointer to a UNISIG message structure
2071  *
2072  * Returns:
2073  *      0       success
2074  *      errno   error encountered
2075  *
2076  */
2077 static int
2078 unisig_vc_act31(struct unisig *usp, struct unisig_vccb *uvp,
2079                 struct unisig_msg *msg)
2080 {
2081         return(ENETDOWN);
2082 }
2083
2084
2085 /*
2086  * Initiate clearing a call by sending a RELEASE message.
2087  *
2088  * Arguments:
2089  *      usp     pointer to protocol instance block
2090  *      uvp     pointer to the VCCB for the affected connection
2091  *      msg     pointer to UNI signalling message that the RELEASE
2092  *              responds to (may be NULL)
2093  *      cause   the reason for clearing the call;  a value of
2094  *              T_ATM_ABSENT indicates that the cause code is
2095  *              in the VCC's ATM attributes block
2096  *
2097  * Returns:
2098  *      0       success
2099  *      errno   error encountered
2100  *
2101  */
2102 static int
2103 unisig_vc_clear_call(struct unisig *usp, struct unisig_vccb *uvp,
2104                      struct unisig_msg *msg, int cause)
2105 {
2106         int                     rc;
2107
2108         /*
2109          * Clear the retry count
2110          */
2111         uvp->uv_retry = 0;
2112
2113         /*
2114          * Make sure the ATM attributes block has a valid cause code,
2115          * if needed
2116          */
2117         if (cause == T_ATM_ABSENT &&
2118                         uvp->uv_connvc->cvc_attr.cause.tag !=
2119                         T_ATM_PRESENT) {
2120                 uvp->uv_connvc->cvc_attr.cause.tag = T_ATM_PRESENT;
2121                 uvp->uv_connvc->cvc_attr.cause.v.coding_standard =
2122                                 T_ATM_ITU_CODING;
2123                 uvp->uv_connvc->cvc_attr.cause.v.location =
2124                                 T_ATM_LOC_USER;
2125                 uvp->uv_connvc->cvc_attr.cause.v.cause_value =
2126                         usp->us_proto == ATM_SIG_UNI30 ? 
2127                                 T_ATM_CAUSE_UNSPECIFIED_NORMAL :
2128                                 T_ATM_CAUSE_NORMAL_CALL_CLEARING;
2129         }
2130
2131         /*
2132          * Send a RELEASE message
2133          */
2134         rc = unisig_send_release(usp, uvp, msg, cause);
2135         if (rc)
2136                 return(rc);
2137
2138         /*
2139          * Start timer T308
2140          */
2141         UNISIG_VC_TIMER((struct vccb *) uvp, UNI_T308);
2142
2143         /*
2144          * Set the VCCB state
2145          */
2146         uvp->uv_sstate = UNI_RELEASE_REQUEST;
2147         if (uvp->uv_ustate != VCCU_ABORT)
2148                 uvp->uv_ustate = VCCU_CLOSED;
2149
2150         /*
2151          * Mark the time
2152          */
2153         uvp->uv_tstamp = time_second;
2154
2155         return(0);
2156 }